Skip to content

Commit

Permalink
chore: fix dependencies
Browse files Browse the repository at this point in the history
  • Loading branch information
darlanalves committed Apr 2, 2024
1 parent 5526852 commit 295ae2a
Show file tree
Hide file tree
Showing 4 changed files with 853 additions and 19 deletions.
2 changes: 1 addition & 1 deletion client.mjs
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@ const baseURL = 'https://__API_URL__';

export default {
async query(statement, data) {
const req = await fetch(new URL("/query", baseURL), {
const req = await fetch(new URL('/query', baseURL), {
body: JSON.stringify({
s: statement,
d: data || null,
Expand Down
Loading

0 comments on commit 295ae2a

Please sign in to comment.