Skip to content

Commit

Permalink
tweak
Browse files Browse the repository at this point in the history
  • Loading branch information
domechn committed Jun 17, 2023
1 parent bb2376e commit 6621bd7
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 13 deletions.
10 changes: 2 additions & 8 deletions src-tauri/tauri.conf.json
Original file line number Diff line number Diff line change
Expand Up @@ -56,10 +56,7 @@
"providerShortName": null,
"signingIdentity": null
},
"resources": [
"migrations/**/*",
"configs/**/*"
],
"resources": ["migrations/**/*", "configs/**/*"],
"shortDescription": "",
"targets": "all",
"windows": {
Expand All @@ -68,10 +65,7 @@
"timestampUrl": ""
}
},
"security": {
"csp": "",
"devCsp": ""
},
"security": {},
"updater": {
"active": true,
"endpoints": [
Expand Down
5 changes: 0 additions & 5 deletions src/middlelayers/cloudsync.ts
Original file line number Diff line number Diff line change
Expand Up @@ -20,11 +20,6 @@ type AuthState = {

let db: Polybase | undefined

invoke("get_polybase_namespace").then((ns) => {
console.log("polybase namespace", ns);
})


async function getPolybaseDB(): Promise<Polybase> {
if (db) {
return db
Expand Down

0 comments on commit 6621bd7

Please sign in to comment.