Skip to content

Commit 152d947

Browse files
authored
Merge pull request #23 from AdaInTheLab/feat/hallway
fix: change relay auth_type to 'lab_token' to match CHECK constraint
2 parents af5bab8 + 659bd56 commit 152d947

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

src/routes/relayRoutes.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -182,7 +182,7 @@ export function registerRelayRoutes(app: Router, db: Database.Database) {
182182
JSON.stringify(["db"]),
183183
JSON.stringify(["create_note"]),
184184
1,
185-
"relay_session",
185+
"lab_token",
186186
JSON.stringify([])
187187
);
188188

0 commit comments

Comments
 (0)