Merge pull request #5415 from 12LuA/develop

Fix typo in debug mode comment
This commit is contained in:
jc21
2026-05-14 11:43:08 +10:00
committed by GitHub
+1 -1
View File
@@ -211,7 +211,7 @@ const isPostgres = () => {
};
/**
* Are we running in debug mdoe?
* Are we running in debug mode?
*
* @returns {boolean}
*/