Skip to content

Commit

Permalink
fix
Browse files Browse the repository at this point in the history
  • Loading branch information
tamaina committed Apr 12, 2023
1 parent 3ff5a5a commit 4c0ef07
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion packages/backend/src/core/CustomEmojiService.ts
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@ import { MemoryKVCache, RedisSingleCache } from '@/misc/cache.js';
import { UtilityService } from '@/core/UtilityService.js';
import type { Config } from '@/config.js';
import { query } from '@/misc/prelude/url.js';
import { Serialized } from '@/server/api/stream/types';
import type { Serialized } from '@/server/api/stream/types.js';

@Injectable()
export class CustomEmojiService {
Expand Down

0 comments on commit 4c0ef07

Please sign in to comment.