Skip to content

Commit

Permalink
remove accidentally pasted line
Browse files Browse the repository at this point in the history
  • Loading branch information
EmeraldSnorlax committed Oct 17, 2023
1 parent c593def commit e292edb
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions report.tex
Original file line number Diff line number Diff line change
Expand Up @@ -1923,8 +1923,7 @@ \subsubsection{Updated Query}
\begin{minted}[breaklines]{SQL}
SELECT "decks"."deck_id", "decks"."name", "decks"."course", "decks"."public" FROM "decks", "user_decks"
JOIN "users" ON "user_decks"."user_id" = "users"."user_id"
WHERE "user_decks"."user_id" = $1`,
[req.user!.id]);
WHERE "user_decks"."user_id" = $1`
\end{minted}
\subsection{Reviewing}
Expand Down

0 comments on commit e292edb

Please sign in to comment.