Skip to content
Snippets Groups Projects
Commit f56c7701 authored by Rhys Arkins's avatar Rhys Arkins
Browse files

chore: drop unused setAppMode

parent f650b851
No related branches found
No related tags found
No related merge requests found
...@@ -167,10 +167,6 @@ for (const x of helpers) { ...@@ -167,10 +167,6 @@ for (const x of helpers) {
get(url, Object.assign({}, opts, { method: x.toUpperCase() })); get(url, Object.assign({}, opts, { method: x.toUpperCase() }));
} }
get.setAppMode = function setAppMode() {
// no-op
};
get.setBaseUrl = (u: string) => { get.setBaseUrl = (u: string) => {
baseUrl = u; baseUrl = u;
}; };
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment