Skip to content

Commit

Permalink
fix(dev-env): Delete mailhog key on update
Browse files Browse the repository at this point in the history
  • Loading branch information
sjinks committed Apr 10, 2023
1 parent 8e39081 commit 8369958
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions src/lib/dev-environment/dev-environment-core.js
Original file line number Diff line number Diff line change
Expand Up @@ -352,6 +352,7 @@ export function readEnvironmentData( slug: string ): InstanceData {

if ( instanceData.mailhog ) {
instanceData.mailpit = instanceData.mailhog;
delete instanceData.mailhog;
}

return instanceData;
Expand Down

0 comments on commit 8369958

Please sign in to comment.