Skip to content

Commit

Permalink
Fix instance default
Browse files Browse the repository at this point in the history
  • Loading branch information
merschformann committed Sep 26, 2024
1 parent 29591f1 commit b12ea3b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion nextpipe/decorators.py
Original file line number Diff line number Diff line change
Expand Up @@ -126,7 +126,7 @@ def wrapper(*args, **kwargs):

def app(
app_id: str,
instance_id: str = "default",
instance_id: str = "devint",
parameters: Dict[str, any] = None,
input_type: InputType = InputType.JSON,
):
Expand Down

0 comments on commit b12ea3b

Please sign in to comment.