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 // BY DEFAULT WE WILL LOG ALL ERRORS TO CONSOLE. USER CAN CHOOSE TO OVERRIDE
error: console.error, error: console.error,
// PLACEHOLDERS TO ALLOW USERS TO CUSTOMIZE // PLACEHOLDERS TO ALLOW USERS TO CUSTOMIZE
debug: function (_type, error) {}, debug: function (_type, error, ...args) {},
fetching() {}, fetching() {},
fetched() {}, fetched() {},
fetchSuccess() {}, fetchSuccess() {},