Update front.ts

This commit is contained in:
Aya Morisawa 2018-03-15 15:55:13 +09:00 committed by GitHub
parent 8d19c1ae1f
commit 02f8070d95

View File

@ -224,7 +224,7 @@ function gameStart(game) {
* @param inviter * @param inviter
*/ */
async function onInviteMe(inviter) { async function onInviteMe(inviter) {
console.log(`Anybody invited me: @${inviter.username}`); console.log(`Someone invited me: @${inviter.username}`);
// 承認 // 承認
const game = await request.post('https://api.misskey.xyz/othello/match', { const game = await request.post('https://api.misskey.xyz/othello/match', {