Skip to content
This repository was archived by the owner on Dec 19, 2025. It is now read-only.

Commit 1c2869c

Browse files
author
Axel Rindle
committed
Forgot this one
1 parent dec4cd1 commit 1c2869c

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

lib/main.coffee

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,7 @@ module.exports = (options, callback) ->
1717
check options, callback
1818
else
1919
return new Promise (resolve, reject) ->
20-
check options, (update, error) ->
20+
check options, (error, update) ->
2121
reject error if error
2222
if update then resolve update else resolve null
2323

0 commit comments

Comments
 (0)