mirror of
1
Fork 0
This commit is contained in:
tobi 2021-10-13 13:50:24 +02:00 committed by GitHub
parent 27605f7c47
commit a07e62e49e
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
5 changed files with 8 additions and 9 deletions

View File

@ -28,8 +28,7 @@ import (
)
func newDebugQueryHook() bun.QueryHook {
return &debugQueryHook{
}
return &debugQueryHook{}
}
// debugQueryHook implements bun.QueryHook