Skip to content

Commit

Permalink
Fix invalid badge parameter.
Browse files Browse the repository at this point in the history
  • Loading branch information
Finb committed Dec 24, 2021
1 parent 87e79f9 commit 1dfa4a8
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions route_push.go
Original file line number Diff line number Diff line change
Expand Up @@ -94,6 +94,8 @@ func push(c *fiber.Ctx, params map[string]interface{}) error {
for k, v := range val {
msg.ExtParams[k] = v
}
default:
msg.ExtParams[key] = val
}
}

Expand Down

0 comments on commit 1dfa4a8

Please sign in to comment.