Skip to content

Commit

Permalink
Fix path
Browse files Browse the repository at this point in the history
refs: 7e3a8d5
  • Loading branch information
acid-chicken authored Jan 30, 2019
1 parent 9487840 commit 4bb4903
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/server/api/mastodon/index.ts
Original file line number Diff line number Diff line change
Expand Up @@ -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();
Expand Down

0 comments on commit 4bb4903

Please sign in to comment.