diff --git a/src/rest/rest.ts b/src/rest/rest.ts index 345f6b271..2448ac51a 100644 --- a/src/rest/rest.ts +++ b/src/rest/rest.ts @@ -22,6 +22,7 @@ export const rest = { console.error(error); }, // PLACEHOLDERS TO ALLOW USERS TO CUSTOMIZE + debug: function(_type, error) {}, fetching() {}, fetched() {}, fetchSuccess() {},