Skip to content

Commit

Permalink
Update
Browse files Browse the repository at this point in the history
  • Loading branch information
tropicoo committed Feb 3, 2025
1 parent 498384c commit 338dc94
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion app_bot/bot/core/schemas.py
Original file line number Diff line number Diff line change
Expand Up @@ -40,7 +40,7 @@ class UserSchema(_BaseUserSchema):
save_to_storage: bool
use_url_regex_match: bool
upload: UploadSchema
save_to_database: bool
save_to_database: bool = True


class ApiSchema(StrictBaseConfigModel):
Expand Down

0 comments on commit 338dc94

Please sign in to comment.