File tree Expand file tree Collapse file tree 2 files changed +2
-8
lines changed
web/src/styles/components Expand file tree Collapse file tree 2 files changed +2
-8
lines changed Original file line number Diff line number Diff line change @@ -36,18 +36,12 @@ export async function threadRoutes(fastify: FastifyInstance) {
3636 }
3737
3838 const data = parsed . data ;
39- const userId = request . userId ;
40- if ( ! userId ) {
41- return reply
42- . status ( 401 )
43- . send ( { error : "Unauthorized" , success : false } ) ;
44- }
4539
4640 type NewThread = typeof threadsTable . $inferInsert ;
4741 const toInsert : NewThread = {
4842 topicId : data . topicId ,
4943 threadTitle : data . threadTitle ,
50- createdBy : userId ,
44+ createdBy : userid ,
5145 viewCount : 0 ,
5246 } ;
5347 try {
Original file line number Diff line number Diff line change 2020}
2121
2222.neo-brutal-card-blue {
23- background-color : # 4281ff ;
23+ background-color : var ( --brutal-blue ) ;
2424}
2525
2626.light .neo-brutal-card {
You can’t perform that action at this time.
0 commit comments