Skip to content

Commit

Permalink
Fix: example
Browse files Browse the repository at this point in the history
  • Loading branch information
CrazyProger1 committed Jan 26, 2024
1 parent 6ae6fca commit e8a022f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion examples/crud/main.py
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@ async def main():
product = Product(
name='My Product',
description='My Desc',
code='123W31QQ'
code='123W31QQW'
)

# Create
Expand Down

0 comments on commit e8a022f

Please sign in to comment.