mirror of
https://github.com/misskey-dev/misskey.git
synced 2026-05-02 22:35:53 +02:00
整理した
This commit is contained in:
@@ -1,5 +1,5 @@
|
||||
import $ from 'cafy';
|
||||
import OthelloGame, { pack } from '../../models/othello-game';
|
||||
import OthelloGame, { pack } from '../../../../models/othello-game';
|
||||
|
||||
module.exports = (params, user) => new Promise(async (res, rej) => {
|
||||
// Get 'my' parameter
|
||||
|
||||
Reference in New Issue
Block a user