fixup: removing default exports

This is a fixup for commit 410c519953.
This commit is contained in:
Johann150 2023-05-30 21:14:42 +02:00
parent 7272bde464
commit 64c4973eca
Signed by untrusted user: Johann150
GPG Key ID: 9EE6577A2A06F8F1
1 changed files with 1 additions and 1 deletions

View File

@ -10,7 +10,7 @@ import * as foundkey from 'foundkey-js';
import fetch from 'node-fetch';
import FormData from 'form-data';
import { DataSource } from 'typeorm';
import loadConfig from '../src/config/load.js';
import { loadConfig } from '../src/config/load.js';
import { entities } from '../src/db/postgre.js';
import got from 'got';