Skip to content

Commit

Permalink
refactor: removed unnecessary import
Browse files Browse the repository at this point in the history
  • Loading branch information
dr-carrot committed Dec 4, 2024
1 parent 6957b76 commit 00e18a2
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion server/datasource.ts
Original file line number Diff line number Diff line change
@@ -1,5 +1,4 @@
import fs from 'fs';
import * as process from 'process';
import type { TlsOptions } from 'tls';
import type { DataSourceOptions, EntityTarget, Repository } from 'typeorm';
import { DataSource } from 'typeorm';
Expand Down

0 comments on commit 00e18a2

Please sign in to comment.