Skip to content

Commit

Permalink
✏️ fix fortune config
Browse files Browse the repository at this point in the history
  • Loading branch information
fumiama committed Dec 14, 2021
1 parent 516d937 commit 4c1926e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion plugin_fortune/cfg.pb.go
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
package fortune

type Conf struct {
Kind map[int64]uint32 `protobuf:"bytes,1,rep" protobuf_key:"varint,1,opt" protobuf_val:"varint,2,opt"`
Kind map[int64]uint32 `protobuf:"bytes,1,rep" protobuf_key:"varint,1,opt" protobuf_val:"varint,0,opt"`
}

0 comments on commit 4c1926e

Please sign in to comment.