fix(backend): changes to force github action

This commit is contained in:
ShiKhu 2021-09-22 15:18:14 +02:00
parent e16d5d3bb4
commit b9ff2fc0fd
5 changed files with 5 additions and 5 deletions

View file

@ -17,7 +17,7 @@ import (
"openreplay/backend/services/db/heuristics"
)
var pg *cache.PGCache
func main() {

View file

@ -15,7 +15,7 @@ import (
"openreplay/backend/pkg/queue/types"
"openreplay/backend/services/ender/builder"
)
func main() {
log.SetFlags(log.LstdFlags | log.LUTC | log.Llongfile)

View file

@ -24,7 +24,7 @@ import (
"openreplay/backend/services/http/uaparser"
)
var rewriter *assets.Rewriter
var producer types.Producer
var pgconn *cache.PGCache

View file

@ -16,7 +16,7 @@ import (
)
func main() {
log.SetFlags(log.LstdFlags | log.LUTC | log.Llongfile)

View file

@ -17,7 +17,7 @@ import (
)
func main() {
log.SetFlags(log.LstdFlags | log.LUTC | log.Llongfile)