Skip to content

Commit adbf94b

Browse files
committed
update
1 parent 688ccd0 commit adbf94b

File tree

1 file changed

+1
-2
lines changed

1 file changed

+1
-2
lines changed

application/handler/manager/settings.go

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -75,8 +75,7 @@ END:
7575
}
7676
if _err := settings.RunHookGet(ctx, groups...); _err != nil {
7777
errs.Add(_err)
78-
}
79-
if ctx.Response().Committed() {
78+
} else if ctx.Response().Committed() {
8079
return nil
8180
}
8281

0 commit comments

Comments
 (0)