Skip to content

Commit df3baf4

Browse files
chore(backend): fix lint issues (#41)
Signed-off-by: github-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com> Co-authored-by: github-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com>
1 parent 6d49954 commit df3baf4

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

pkg/config/config.go

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -19,6 +19,7 @@ func Init() error {
1919
if debug.IsDebug() {
2020
cfgPath = os.Getenv("CONFIG_PATH_DEBUG")
2121
}
22+
2223
if cfgPath == "" {
2324
cfgPath = "./data/config.yml"
2425
}

0 commit comments

Comments
 (0)