Skip to content

Commit

Permalink
revert(database/config): rollback to .js to avoid migration having is…
Browse files Browse the repository at this point in the history
…sues
  • Loading branch information
seaerchin committed Mar 11, 2022
1 parent 67a1f35 commit bfbc967
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion database/config.ts → database/config.js
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
import { parse } from "pg-connection-string"
const { parse } = require("pg-connection-string")

// TODO: This came from a past project - I don't remember why I wrote this but let's explore later.
// We have to manually parse database URL because sequelize-typescript requires explicit
Expand Down

0 comments on commit bfbc967

Please sign in to comment.