Skip to content

Commit 28881df

Browse files
committed
cleanup SQL
1 parent 5c8fe09 commit 28881df

File tree

5 files changed

+1735
-286
lines changed

5 files changed

+1735
-286
lines changed
Lines changed: 9 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,9 @@
1+
---
2+
alwaysApply: true
3+
---
4+
5+
YOU MUST NEVER START THE DEV SERVER UNLESS THE USER HAS TOLD YOU TO.
6+
7+
Never run npm run dev, npm start, or the equivalent "start or build" command.
8+
9+
The user is running the dev server locally and if you do that you could mess up the dev server.

apps/api/src/routes/assistant.ts

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,6 @@ export const assistant = new Elysia({ prefix: '/v1/assistant' })
1717

1818
return {
1919
user: session?.user ?? null,
20-
s,
2120
};
2221
})
2322
.onBeforeHandle(({ user }) => {

0 commit comments

Comments
 (0)