mirror of
https://iceshrimp.dev/limepotato/jormungandr-bite.git
synced 2024-11-14 14:07:38 -07:00
Re-fix path
refs: 4bb4903ee513bacf79d475e100019bd3058d9b34, 7e3a8d56e614a1771015b6b2557fea8127c46aeb
This commit is contained in:
parent
beba3205d4
commit
ebffe24403
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