Skip to content
This repository has been archived by the owner on Oct 17, 2022. It is now read-only.

Commit

Permalink
import default because uhhh TS
Browse files Browse the repository at this point in the history
  • Loading branch information
tycrek committed Sep 13, 2021
1 parent fff0f47 commit 5810858
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion router.js
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@ const { name, version } = require('./package.json');
const { name: nameAss, version: versionAss } = require('../package.json');
const { useSsl } = require('../config.json');
const { CODE_OK, CODE_UNAUTHORIZED } = require('../MagicNumbers.json');
const random = require('../dist/generators/gfycat');
const random = require('../dist/generators/gfycat').default;
const { formatTimestamp, formatBytes, getResourceColor } = require('../dist/utils');
const path = require('path');

Expand Down

0 comments on commit 5810858

Please sign in to comment.