Skip to content

Commit

Permalink
fix(GODT-2500): pass handler pointer down the road. (#335)
Browse files Browse the repository at this point in the history
  • Loading branch information
cuthix authored Apr 6, 2023
1 parent e75e877 commit 7eae5cb
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions internal/backend/backend.go
Original file line number Diff line number Diff line change
Expand Up @@ -63,6 +63,7 @@ func New(dataDir, databaseDir string, storeBuilder store.Builder, delim string,
storeBuilder: storeBuilder,
loginJailTime: loginJailTime,
imapLimits: imapLimits,
panicHandler: panicHandler,
}, nil
}

Expand Down

0 comments on commit 7eae5cb

Please sign in to comment.