Skip to content

Commit

Permalink
Merge branch 'fix/chore-fix' into dev/plugin-deploy
Browse files Browse the repository at this point in the history
  • Loading branch information
Yeuoly committed Dec 5, 2024
2 parents df68b6b + c1a85b0 commit 243d160
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion api/core/plugin/entities/plugin.py
Original file line number Diff line number Diff line change
Expand Up @@ -52,7 +52,7 @@ class Storage(BaseModel):
endpoint: Optional[Endpoint] = Field(default=None)
storage: Storage = Field(default=None)

permission: Optional[Permission]
permission: Optional[Permission] = Field(default=None)


class PluginCategory(enum.StrEnum):
Expand Down

0 comments on commit 243d160

Please sign in to comment.