You've already forked microservices
mirror of
https://github.com/ebosas/microservices.git
synced 2025-08-24 20:08:55 +02:00
Testing CI/CD update
This commit is contained in:
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) + "^",
|
||||
})
|
||||
}
|
||||
|
||||
|
Reference in New Issue
Block a user