Skip to content

Commit

Permalink
fix lifting cs into IO.
Browse files Browse the repository at this point in the history
  • Loading branch information
Montmorency committed Nov 19, 2024
1 parent 3bec395 commit ac5d0dc
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion ihp-ide/IHP/IDE/SchemaDesigner/Controller/Migrations.hs
Original file line number Diff line number Diff line change
Expand Up @@ -86,7 +86,7 @@ instance Controller MigrationsController where

action DeleteMigrationAction { migrationId } = do
migration <- findMigrationByRevision migrationId
path <- cs $ SchemaMigration.migrationPath migration
path <- cs <$> SchemaMigration.migrationPath migration

Directory.removeFile path

Expand Down

0 comments on commit ac5d0dc

Please sign in to comment.