We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 47677ea commit 07e825fCopy full SHA for 07e825f
plugin_files/bin/scripting/1_database.lua
@@ -24,8 +24,6 @@ function Database(name)
24
return {
25
dbval = DB(name),
26
Query = function(self, query, callback)
27
- if type(callback) ~= "function" then return end
28
-
29
local callback_uuid = uuid()
30
if callback then databaseRequestsQueue[callback_uuid] = callback end
31
self.dbval:Query(query, callback_uuid)
0 commit comments