Skip to content

Commit

Permalink
fix tugas9
Browse files Browse the repository at this point in the history
  • Loading branch information
Marsupilamieue committed Nov 19, 2023
1 parent 7d14f18 commit 5e385ad
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion main/views.py
Original file line number Diff line number Diff line change
Expand Up @@ -161,7 +161,7 @@ def create_item_flutter(request):
name = data["name"],
price = int(data["price"]),
description = data["description"],
amount = data["amount"]
amount = int(data["amount"])
)

new_item.save()
Expand Down

0 comments on commit 5e385ad

Please sign in to comment.