We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 3e8222d commit 5aa6af4Copy full SHA for 5aa6af4
app/config/config.ts
@@ -8,6 +8,4 @@ database.connect().catch((err) => {
8
console.error('Error connecting to the database', err.stack)
9
})
10
11
-export const sql = database
12
-
13
-export const AUTH_READING_RLS_POLICY = process.env.AUTH_READING_RLS_POLICY!
+export const sql = database
app/service/dashboardService.ts
@@ -1,4 +1,4 @@
1
-import { sql, AUTH_READING_RLS_POLICY } from '../config/config.ts';
+import { sql } from '../config/config.ts';
2
import { nanoid } from 'nanoid';
3
import type { ILink, errorResponse } from '../types/TypeLink.ts';
4
0 commit comments