Skip to content

Commit

Permalink
Dev (#86)
Browse files Browse the repository at this point in the history
* Refactor to dbTyped.ts

* Remove dead code
  • Loading branch information
Yasamato authored Dec 30, 2023
1 parent 27c8dfb commit 2999757
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion lib/db/dbTyped.ts
Original file line number Diff line number Diff line change
Expand Up @@ -112,7 +112,6 @@ export async function insertTyped(
case Types.list:
return await insert('lists', data)
case Types.user:
if (instanceof data UserUpdate)
return await insert('users', data)
}
}
Expand Down

0 comments on commit 2999757

Please sign in to comment.