Challenge url params optional

This commit is contained in:
Ian Philips 2022-08-01 09:51:23 -06:00
parent ff6fa9db2b
commit 66e00a1bc4

View File

@ -18,6 +18,6 @@ export interface ParsedRequest {
creatorName: string
creatorUsername: string
creatorAvatarUrl: string
challengeAmount: string
challengeOutcome: string
challengeAmount?: string
challengeOutcome?: string
}