Rivalcoder commited on
Commit
29d765c
·
1 Parent(s): df0dd91
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: str
23
 
24
  cache = {}
25
  cache_lock = threading.Lock()
 
19
  ratings: dict
20
  createdAt: str
21
  updatedAt: str
22
+ promoCopy: Optional[str]
23
 
24
  cache = {}
25
  cache_lock = threading.Lock()