Closed CallumAtCarter closed 7 months ago
The argument is typed as:
app_apple_id: int = None
But should be:
app_apple_id: int | None = None
To allow for passing None in sandbox.
None
The argument is typed as:
But should be:
To allow for passing
None
in sandbox.