1
0
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:
ebosas 2021-11-03 16:42:02 +02:00
parent ee8cb21405
commit afff26a9fb

View File

@ -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) + "^",
})
}