Rivalcoder commited on
Commit
3d621e5
·
1 Parent(s): 29d765c
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -19,7 +19,7 @@ class ProductSchema(pw.Schema):
19
  ratings: dict
20
  createdAt: str
21
  updatedAt: str
22
- promoCopy: Optional[str]
23
 
24
  cache = {}
25
  cache_lock = threading.Lock()
 
19
  ratings: dict
20
  createdAt: str
21
  updatedAt: str
22
+ promoCopy: str
23
 
24
  cache = {}
25
  cache_lock = threading.Lock()