Skip to content

Commit

Permalink
Merge pull request #12 from dharamveergit/main
Browse files Browse the repository at this point in the history
chore: bugs
  • Loading branch information
dharamveergit authored Oct 30, 2024
2 parents c71a410 + f22c9e8 commit 3459e1e
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@ import { DeploymentDto, LeaseDto } from "@src/types/deployment";
import { ApiProviderList } from "@src/types/provider";
import { AnalyticsEvents } from "@src/utils/analytics";
import { deploymentData } from "@src/utils/deploymentData";
import { saveDeploymentManifest } from "@src/utils/deploymentLocalDataUtils";
import { getDeploymentLocalData, saveDeploymentManifest } from "@src/utils/deploymentLocalDataUtils";
import { sendManifestToProvider } from "@src/utils/deploymentUtils";
import { TransactionMessageData } from "@src/utils/TransactionMessageData";
import RemoteDeployUpdate from "../remote-deploy/update/RemoteDeployUpdate";
Expand Down

0 comments on commit 3459e1e

Please sign in to comment.