Skip to content

Commit

Permalink
fix unused @ts-expect-errors
Browse files Browse the repository at this point in the history
  • Loading branch information
samualtnorman committed Feb 19, 2025
1 parent 18d8a86 commit 1f9099b
Showing 1 changed file with 0 additions and 4 deletions.
4 changes: 0 additions & 4 deletions game-scripts/binmat.ts
Original file line number Diff line number Diff line change
Expand Up @@ -368,8 +368,6 @@ function $(context: Context, args: unknown) {
if (callerRole == Role.Defender) {
$db.us({ _id: `binmat` }, {
$unset: { waiting: `` },

// @ts-expect-error
$set: {
[`idToGame/${id}`]: {
defender: context.caller,
Expand All @@ -396,8 +394,6 @@ function $(context: Context, args: unknown) {

$db.us({ _id: `binmat` }, {
$unset: { waiting: `` },

// @ts-expect-error
$set: {
[`idToGame/${id}`]: {
defender: waitingUser,
Expand Down

0 comments on commit 1f9099b

Please sign in to comment.