mirror of
https://iceshrimp.dev/limepotato/jormungandr-bite.git
synced 2025-01-10 23:51:01 -07:00
Fix path
refs: 7e3a8d56e614a1771015b6b2557fea8127c46aeb
This commit is contained in:
parent
8d9b4676bd
commit
beba3205d4
1 changed files with 1 additions and 1 deletions
|
@ -6,7 +6,7 @@ import { ObjectID } from 'bson';
|
|||
import Emoji from '../../../models/emoji';
|
||||
import { toMastodonEmojis } from './emoji';
|
||||
import fetchMeta from '../../../misc/fetch-meta';
|
||||
import * as pkg from '../../package.json';
|
||||
import * as pkg from '../../../package.json';
|
||||
|
||||
// Init router
|
||||
const router = new Router();
|
||||
|
|
Loading…
Reference in a new issue