ming 3 anni fa
parent
commit
5feb637748
1 ha cambiato i file con 0 aggiunte e 1 eliminazioni
  1. 0 1
      api/models.py

+ 0 - 1
api/models.py

@@ -38,7 +38,6 @@ class request_eng(BaseModel):
     image_urls: List[str]
     sub_titles: List[str]
     avatar: str
-    client_id :str
 # AuthJWT setting
 class Settings(BaseModel):
     authjwt_secret_key: str = SECRET_KEY