Skip to content

Commit

Permalink
fix: can not start local by REMOTE_SETTINGS_SOURCE_NAME change it to … (
Browse files Browse the repository at this point in the history
#11535)

Signed-off-by: yihong0618 <[email protected]>
  • Loading branch information
yihong0618 authored Dec 11, 2024
1 parent 7165760 commit afffd34
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions api/configs/remote_settings_sources/__init__.py
Original file line number Diff line number Diff line change
Expand Up @@ -8,9 +8,9 @@


class RemoteSettingsSourceConfig(ApolloSettingsSourceInfo):
REMOTE_SETTINGS_SOURCE_NAME: Optional[RemoteSettingsSourceName] = Field(
REMOTE_SETTINGS_SOURCE_NAME: RemoteSettingsSourceName | str = Field(
description="name of remote config source",
default=None,
default="",
)


Expand Down

0 comments on commit afffd34

Please sign in to comment.