fix(backend): Formatting
This commit is contained in:
parent
ee5fe4774e
commit
e03fe12604
2 changed files with 2 additions and 2 deletions
|
@ -1,6 +1,6 @@
|
|||
import express, { Express, Response } from 'express';
|
||||
import { initORM } from './orm.js';
|
||||
import {EnvVars, getNumericEnvVar} from "./util/envvars.js";
|
||||
import { EnvVars, getNumericEnvVar } from './util/envvars.js';
|
||||
|
||||
const app: Express = express();
|
||||
const port: string | number = getNumericEnvVar(EnvVars.Port);
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue