Skip to content

Commit

Permalink
Merge pull request #234 from pulsar-edit/modularize-database
Browse files Browse the repository at this point in the history
Modularize Database
  • Loading branch information
confused-Techie authored Jan 27, 2024
2 parents 7a2c639 + 818853a commit a92561f
Show file tree
Hide file tree
Showing 55 changed files with 1,741 additions and 1,830 deletions.
2 changes: 1 addition & 1 deletion src/context.js
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
// but greater control in mocking these later on
module.exports = {
logger: require("./logger.js"),
database: require("./database.js"),
database: require("./database/_export.js"),
webhook: require("./webhook.js"),
server_version: require("../package.json").version,
query: require("./query_parameters/index.js").logic,
Expand Down
Loading

0 comments on commit a92561f

Please sign in to comment.