Better formatting

This commit is contained in:
rxdn 2020-12-24 23:28:30 +00:00
parent e4433d4eda
commit 76a0b421f9

View File

@ -59,7 +59,7 @@ func WhitelabelCreateInteractions(ctx *gin.Context) {
ctx.JSON(400, gin.H{
"success": false,
"error": fmt.Sprintf("Interaction creation on cooldown, please wait another %f minutes", expiration.Minutes()),
"error": fmt.Sprintf("Interaction creation on cooldown, please wait another %d minutes", int64(expiration.Minutes())),
})
return