Skip to content

Commit

Permalink
tpyo
Browse files Browse the repository at this point in the history
  • Loading branch information
ThatXliner committed Feb 26, 2024
1 parent 0f77b58 commit f4651dc
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion packages/api/src/router/scouting.ts
Original file line number Diff line number Diff line change
Expand Up @@ -113,7 +113,7 @@ export const scoutingRouter = createTRPCRouter({
)
.mutation(async ({ ctx, input }) => {
const { error } = await ctx.supabase
.from("assigments")
.from("assignments")
.update({ event_log: input.eventLog })
.eq("match", input.matchKey)
.eq("team", input.team);
Expand Down

0 comments on commit f4651dc

Please sign in to comment.