Skip to content

Commit

Permalink
fix: VMAlertPort not None
Browse files Browse the repository at this point in the history
  • Loading branch information
talboren committed Nov 11, 2024
1 parent 53a96a0 commit 8545587
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -34,7 +34,7 @@ class VictoriametricsProviderAuthConfig:
default=None,
)

VMAlertPort: int | None = dataclasses.field(
VMAlertPort: int = dataclasses.field(
metadata={
"required": False,
"description": "The port number on which VMAlert is listening. This should match the port configured in your VMAlert setup.",
Expand Down

0 comments on commit 8545587

Please sign in to comment.