fix: missing debug event necessary

This commit is contained in:
Skillz4Killz
2021-04-03 23:52:17 +00:00
committed by GitHub
parent ab3ec5703e
commit 7dc2ddb1f7
+1
View File
@@ -22,6 +22,7 @@ export const rest = {
console.error(error); console.error(error);
}, },
// PLACEHOLDERS TO ALLOW USERS TO CUSTOMIZE // PLACEHOLDERS TO ALLOW USERS TO CUSTOMIZE
debug: function(_type, error) {},
fetching() {}, fetching() {},
fetched() {}, fetched() {},
fetchSuccess() {}, fetchSuccess() {},