diff options
author | Julio Capote <jcapote@gmail.com> | 2023-01-08 14:45:56 +0000 |
---|---|---|
committer | Julio Capote <jcapote@gmail.com> | 2023-01-08 14:45:56 +0000 |
commit | 2ac280ccd497f36caee2038fa1a2bcf29f9f9931 (patch) | |
tree | 80d686cce9f6b5629a70dfcdfc967fa59a55cf53 /config/config.go | |
parent | fdcf534c7b0fbb3cdc511cf9f26f16cf677994a6 (diff) | |
download | communique-2ac280ccd497f36caee2038fa1a2bcf29f9f9931.tar.gz |
remove unused rpc flag
Diffstat (limited to 'config/config.go')
-rw-r--r-- | config/config.go | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/config/config.go b/config/config.go index 62e7136..5fc1cca 100644 --- a/config/config.go +++ b/config/config.go @@ -18,7 +18,6 @@ type Handler struct { AvatarUrl string AvatarContentType string Exec string - Rpc string Summary string DedupWindow time.Duration Interval time.Duration |