Skip to content

Commit

Permalink
fix(twitter): tweet throw "config not defined error" when original re…
Browse files Browse the repository at this point in the history
…sponse (#16733)
  • Loading branch information
aa900031 committed Sep 13, 2024
1 parent a436fba commit e258404
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions lib/routes/twitter/tweet.ts
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,7 @@ import { Route } from '@/types';
import api from './api';
import utils from './utils';
import { fallback, queryToBoolean } from '@/utils/readable-social';
import { config } from '@/config';

export const route: Route = {
path: '/tweet/:id/status/:status/:original?',
Expand Down

0 comments on commit e258404

Please sign in to comment.