Skip to content

Commit

Permalink
Removed window export in ihp-querybuilder.js as this causes babel to …
Browse files Browse the repository at this point in the history
…fail
  • Loading branch information
mpscholten committed Dec 21, 2021
1 parent bcf8a9a commit 8d210d4
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions lib/IHP/DataSync/ihp-querybuilder.js
Expand Up @@ -16,8 +16,6 @@ function ihpBackendUrl(path) {
return host + path;
}

window.fetchAuthenticated = fetchAuthenticated;

class QueryBuilder {
constructor(table) {
// Maps to 'DynamicSQLQuery'
Expand Down

0 comments on commit 8d210d4

Please sign in to comment.