This commit is contained in:
Acid Chicken (硫酸鶏)
2018-12-19 21:20:25 +09:00
committed by syuilo
parent acc6f54557
commit c81a94ff75
14 changed files with 19 additions and 19 deletions

View File

@ -1,5 +1,5 @@
import * as debug from 'debug';
import Emoji from "../models/emoji";
import Emoji from '../models/emoji';
debug.enable('*');

View File

@ -1,4 +1,4 @@
import parseAcct from "../misc/acct/parse";
import parseAcct from '../misc/acct/parse';
import resolveUser from '../remote/resolve-user';
import * as debug from 'debug';