Skip to content

Commit

Permalink
fix typo
Browse files Browse the repository at this point in the history
  • Loading branch information
czyt committed Oct 10, 2024
1 parent 74f26e9 commit 9a25116
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 2 deletions.
2 changes: 1 addition & 1 deletion sub_configure.go
Original file line number Diff line number Diff line change
Expand Up @@ -32,7 +32,7 @@ type subConfig struct {

PrivateSubToken string `toml:"private_sub_token"`
SubPublishPath string `toml:"sub_publish_path,omitempty"`
SubAuthParamName string `toml:"sub_auth_param_name"`
SubAuthParamName string `toml:"sub_auth_param_name,omitempty"`
ResponseOption *responseOption `toml:"response_option,omitempty"`
}

Expand Down
3 changes: 2 additions & 1 deletion weaver.toml
Original file line number Diff line number Diff line change
Expand Up @@ -34,7 +34,8 @@ private_url_subs = [
]
private_sub_token = "gopher"
sub_publish_path = "/subscibe"
authParamName = "ak"
sub_auth_param_name = "x-id"

["raycat/subConfigureProvider".response_option]
update_interval_hours = 8
profile_web_page = "https://x.com"
Expand Down

0 comments on commit 9a25116

Please sign in to comment.