Skip to content

Commit

Permalink
Fixed pattern match failure
Browse files Browse the repository at this point in the history
  • Loading branch information
mpscholten committed Jun 16, 2021
1 parent ac05e15 commit 04efafb
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion IHP/FileStorage/ControllerFunctions.hs
Original file line number Diff line number Diff line change
Expand Up @@ -218,7 +218,7 @@ uploadToStorageWithOptions options field record = do
|> setField @fieldName (Just (get #url storedFile))
|> pure

Nothing -> pure record
_ -> pure record

-- | Saves an upload to the storage and sets the record attribute to the url.
--
Expand Down

0 comments on commit 04efafb

Please sign in to comment.