Skip to content

Commit af5bab8

Browse files
authored
Merge pull request #22 from AdaInTheLab/feat/hallway
fix: change relay source to 'api' to match CHECK constraint
2 parents 6efa39d + 2a424f8 commit af5bab8

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/routes/relayRoutes.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -176,7 +176,7 @@ export function registerRelayRoutes(app: Router, db: Database.Database) {
176176
bodyMarkdown,
177177
contentHash,
178178
"0.1",
179-
"relay",
179+
"api",
180180
"voice_manifestation",
181181
"1",
182182
JSON.stringify(["db"]),

0 commit comments

Comments
 (0)