Skip to content

Commit

Permalink
Typo fix
Browse files Browse the repository at this point in the history
  • Loading branch information
catttam committed Jan 26, 2024
1 parent 0e18eb7 commit 440c634
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion pkg/handlers/create.go
Original file line number Diff line number Diff line change
Expand Up @@ -52,7 +52,7 @@ func MakeCreateHandler(cfg *types.Config, back types.ServerlessBackend) gin.Hand
return func(c *gin.Context) {
var service types.Service

uidOrigin, uidExists := c.Get("uid_origin")
uidOrigin, uidExists := c.Get("uidOrigin")
mcUntyped, mcExists := c.Get("mc")

if !mcExists {
Expand Down

0 comments on commit 440c634

Please sign in to comment.