Skip to content

Commit

Permalink
Use newPath instead of oldOne
Browse files Browse the repository at this point in the history
  • Loading branch information
MohamedElmdary committed Oct 23, 2023
1 parent 04f9704 commit d23a653
Showing 1 changed file with 0 additions and 4 deletions.
4 changes: 0 additions & 4 deletions packages/grid_client/src/modules/base.ts
Original file line number Diff line number Diff line change
Expand Up @@ -48,10 +48,6 @@ class BaseModule {
}

getNewDeploymentPath(...paths: string[]): string {
if (this.config.disableMigration) {
return PATH.join(this.getDeploymentPath(""), ...paths);
}

return PATH.join(this.config.storePath, this.moduleName, this.projectName, ...paths);
}

Expand Down

0 comments on commit d23a653

Please sign in to comment.