git commit broke

This commit is contained in:
Skillz4Killz
2021-04-09 17:39:53 +00:00
committed by GitHub
+1 -1
View File
@@ -23,7 +23,7 @@ export const rest = {
// BY DEFAULT WE WILL LOG ALL ERRORS TO CONSOLE. USER CAN CHOOSE TO OVERRIDE
error: console.error,
// PLACEHOLDERS TO ALLOW USERS TO CUSTOMIZE
debug: function (_type, error) {},
debug: function (_type, error, ...args) {},
fetching() {},
fetched() {},
fetchSuccess() {},