Skip to content

Commit

Permalink
cu
Browse files Browse the repository at this point in the history
  • Loading branch information
Twoguini committed Dec 26, 2023
1 parent 233a6d1 commit 9ceb6c0
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 1 deletion.
1 change: 0 additions & 1 deletion src/queries/getUsersGrades.js
Original file line number Diff line number Diff line change
@@ -1,6 +1,5 @@
import { createClient } from '@supabase/supabase-js';
import { myApplicationKey, myApplicationURL } from '../secrets.js';
import { is } from 'type-is';

const db = createClient(
myApplicationURL,
Expand Down
7 changes: 7 additions & 0 deletions src/queries/postUsersGrades.js
Original file line number Diff line number Diff line change
@@ -0,0 +1,7 @@
import { createClient } from '@supabase/supabase-js';
import { myApplicationKey, myApplicationURL } from '../secrets.js';

const db = createClient(
myApplicationURL,
myApplicationKey
);

0 comments on commit 9ceb6c0

Please sign in to comment.