Skip to content

Commit

Permalink
fix: syntax error in object literal function
Browse files Browse the repository at this point in the history
  • Loading branch information
ApacheTech authored Apr 18, 2023
1 parent 09e8f12 commit 7b4a3ca
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/db/context.js
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@ module.exports =
/**
* Connect to the database, using credentials, and connection strings within the environment files.
*/
connect = async function()
connect: async function()
{
try
{
Expand Down

0 comments on commit 7b4a3ca

Please sign in to comment.