Skip to content

Commit

Permalink
fix(#1234); Fix build
Browse files Browse the repository at this point in the history
  • Loading branch information
MSzalowski committed Jul 19, 2024
1 parent 3da18ec commit 0e84470
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion govtool/backend/src/VVA/Metadata.hs
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@ import Control.Exception (Exception, try)
import Control.Monad.Except (MonadError, throwError)
import Control.Monad.Reader

import Data.Aeson ( Value(..), decode, encode, object, (.=), encode, object, (.=) )
import Data.Aeson ( Value(..), decode, encode, object, (.=) )
import Data.Aeson.KeyMap (lookup)
import Data.ByteString (ByteString)
import Data.FileEmbed (embedFile)
Expand Down

0 comments on commit 0e84470

Please sign in to comment.