Skip to content

Commit 4d4df4b

Browse files
laijinhangcg33
authored andcommitted
Update config.go
1 parent e678a16 commit 4d4df4b

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

modules/config/config.go

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -470,7 +470,7 @@ type UserConfig struct {
470470

471471
var userConfig []UserConfig
472472

473-
// Get gets the config.
473+
// Set SetUserConfig the config.
474474
func SetUserConfig(uConf UserConfig) {
475475
// insert or update to database, If there is a database
476476
for i := 0; i < len(userConfig); i++ {

0 commit comments

Comments
 (0)