mirror of
https://github.com/ebosas/microservices.git
synced 2024-11-24 08:02:24 +02:00
Testing CI/CD update
This commit is contained in:
parent
ee8cb21405
commit
afff26a9fb
2
internal/cache/cache.go
vendored
2
internal/cache/cache.go
vendored
@ -47,7 +47,7 @@ func GetCache(c *redis.Client) (*Cache, error) {
|
||||
|
||||
msgsCache = append(msgsCache, Message{
|
||||
Message: message,
|
||||
TimeFmt: timeutil.FormatDuration(message.Time),
|
||||
TimeFmt: timeutil.FormatDuration(message.Time) + "^",
|
||||
})
|
||||
}
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user