1
0
mirror of https://github.com/nikoksr/notify.git synced 2025-01-24 03:16:35 +02:00

build-passing commit

This commit is contained in:
gtourkas 2021-04-23 21:09:02 +03:00
parent e874e41a36
commit 43d3c4e5c0

View File

@ -106,7 +106,7 @@ func (s *Service) WaitForOneOffVerification(serverURL string, devMode bool, call
var err error
go func() {
if innerErr := srv.ListenAndServe(); innerErr != http.ErrServerClosed {
err = errors.Wrapf(innerErr, "failed to start verification listener '%s'", addr)
err = errors.Wrapf(innerErr, "failed to start verification listener '%s'", serverURL)
}
}()