refactor: drop Number() coercion on snowflake ids
This commit is contained in:
+1
-1
@@ -29,7 +29,7 @@ export type ServiceInput = {
|
||||
|
||||
function serviceJson(input: ServiceInput) {
|
||||
return {
|
||||
gameId: Number(input.gameId),
|
||||
gameId: input.gameId,
|
||||
title: input.title,
|
||||
description: input.description,
|
||||
price: input.price,
|
||||
|
||||
Reference in New Issue
Block a user