Skip to content

Commit

Permalink
Ensure hotfix
Browse files Browse the repository at this point in the history
  • Loading branch information
QSmally committed Sep 3, 2020
1 parent 9b80d0d commit 4fbf20b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion lib/Connections/Connection.js
Original file line number Diff line number Diff line change
Expand Up @@ -2,11 +2,11 @@
"use strict";

const PartialConnection = require("./PartialConnection.js");
const {Schema} = require("../Utility/Schema");

const FS = require("fs");
const Qulity = require("qulity");
const SQL = require("better-sqlite3");
const Schema = require("../Utility/Schema");

class Connection extends PartialConnection {

Expand Down

0 comments on commit 4fbf20b

Please sign in to comment.