Skip to content

Commit b757f36

Browse files
committed
fixing example 2
1 parent 423e870 commit b757f36

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

app/click/examples/eg002_activate_clickwrap/controller.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -36,7 +36,7 @@ def worker(args):
3636
account_id=args["account_id"],
3737
clickwrap_id=args["clickwrap_id"],
3838
clickwrap_request=clickwrap_request,
39-
version_number="1"
39+
version_id="1"
4040
)
4141

4242
return response

0 commit comments

Comments
 (0)