Skip to content

Commit

Permalink
Set location to UNKNOWN instead of null
Browse files Browse the repository at this point in the history
  • Loading branch information
anotheroneofthese committed Dec 19, 2024
1 parent 4bdfb7f commit b239766
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -79,7 +79,7 @@ data class ApiCreateItemPayload(
preferredEnvironment = preferredEnvironment,
packaging = packaging,
callbackUrl = callbackUrl,
location = null,
location = "UNKNOWN",
quantity = 0
)

Expand Down

0 comments on commit b239766

Please sign in to comment.