Skip to content

Parse byUUID query parameter as a boolean#38

Open
lilrosalyn wants to merge 2 commits into
WarzoneMC:masterfrom
lilrosalyn:patch-1
Open

Parse byUUID query parameter as a boolean#38
lilrosalyn wants to merge 2 commits into
WarzoneMC:masterfrom
lilrosalyn:patch-1

Conversation

@lilrosalyn

Copy link
Copy Markdown

Validates that ?byUUID is true or false (stringified) and parses the value as a boolean

closes #35

@jellz

jellz commented Mar 7, 2021

Copy link
Copy Markdown
Collaborator

Why can't you just check req.query.byUUID === 'true'?

Comment thread routes/minecraft/players.js Outdated
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

byUUID breaks the search even if false

2 participants