Skip to content

Commit

Permalink
fix: im stupid today
Browse files Browse the repository at this point in the history
  • Loading branch information
itschip committed Jan 14, 2024
1 parent 78850e8 commit af0b902
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion apps/game/server/bridge/ndcore/ndcore-server.ts
Original file line number Diff line number Diff line change
Expand Up @@ -47,7 +47,7 @@ export class NDCoreFramework implements Strategy {
const playerIdent = player.id
const phoneNumber = player?.phonenumber;

mainLogger.debug(`ND Core Player Phone number: ${player?.phonenumber.toString() ?? 'no phone number found'}`)
mainLogger.debug(`ND Core Player Phone number: ${player?.phonenumber ?? 'no phone number found'}`)

const playerSrc = player.source;

Expand Down

0 comments on commit af0b902

Please sign in to comment.