Skip to content

Commit

Permalink
go fmt the files
Browse files Browse the repository at this point in the history
Signed-off-by: Kallol Roy <karoy@progress.com>
  • Loading branch information
kalroy committed Aug 10, 2021
1 parent e6b97d9 commit 9928635
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion api/config/shared/global.go
Original file line number Diff line number Diff line change
Expand Up @@ -45,7 +45,7 @@ func DefaultGlobalConfig() *GlobalConfig {
TextColor: w.String("#FFFFFF"), // White
},
SessionSettings: &SessionSettings{
EnableIdleTimeout: w.Bool(false),
EnableIdleTimeout: w.Bool(false),
IdleTimeoutMinutes: w.Int32(30),
},
},
Expand Down

0 comments on commit 9928635

Please sign in to comment.