Skip to content

Commit

Permalink
Fix minor comment
Browse files Browse the repository at this point in the history
  • Loading branch information
sujit-baniya committed Jul 6, 2020
1 parent 71d03db commit c4f9cbc
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -58,7 +58,6 @@ func main() {
"error": true,
"message": "I'm receiving error with inline error data",
}
f.Data = mp
f.WithError(c, mp).Redirect("/error-redirect")
})

Expand All @@ -67,7 +66,6 @@ func main() {
"success": true,
"message": "I'm receiving success with inline success data",
}
f.Data = mp
f.WithSuccess(c, mp).Redirect("/success-redirect")
})

Expand Down

0 comments on commit c4f9cbc

Please sign in to comment.