Skip to content

Commit e2dc322

Browse files
committed
Fix import for NODE_ENV in db
1 parent 44a6887 commit e2dc322

File tree

1 file changed

+0
-2
lines changed

1 file changed

+0
-2
lines changed

src/models/db.ts

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -11,8 +11,6 @@ import {
1111
type ReferenceExpression
1212
} from 'kysely';
1313
import * as models from './models.js';
14-
import { NODE_ENV } from '../app.ts';
15-
1614
export interface Database {
1715
isd: models.ISD_GlobalHourly;
1816
features_points: models.FeaturesPoints;

0 commit comments

Comments
 (0)