Update bug report template

This commit is contained in:
Alex Tran
2022-07-16 10:54:00 -05:00
parent 2e61cf3183
commit d8b26c6da8
5 changed files with 16 additions and 15 deletions

View File

@@ -1,5 +1,5 @@
import { PostgresConnectionOptions } from 'typeorm/driver/postgres/PostgresConnectionOptions';
import {DataSource} from "typeorm";
import { DataSource } from 'typeorm';
export const databaseConfig: PostgresConnectionOptions = {
type: 'postgres',