Skip to content

Commit

Permalink
Hotfix
Browse files Browse the repository at this point in the history
  • Loading branch information
trizin authored Jun 23, 2023
1 parent a64bc82 commit 8fed164
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/db/setup.js
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
require("dotenv").config()
const mysql = require("mysql2")
const dbStructure = require("./db/structure");
const dbStructure = require("../../db/structure")


function createTables(con) {
Expand Down

0 comments on commit 8fed164

Please sign in to comment.