add fiber - fix

This commit is contained in:
doman 2023-07-30 20:44:06 +02:00
parent d11478df01
commit 611f271f1d

View file

@ -72,6 +72,7 @@ class Product(Base, CommonMixin):
protein=protein,
carb=carb,
fat=fat,
fiber=fiber,
)
session.add(product)
await session.flush()