Skip to content

Commit

Permalink
Update update.js
Browse files Browse the repository at this point in the history
  • Loading branch information
garrettmflynn committed Aug 25, 2023
1 parent ea109c8 commit d391c98
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions src/renderer/src/progress/update.js
Original file line number Diff line number Diff line change
@@ -1,6 +1,7 @@
import { guidedProgressFilePath } from "../dependencies/simple.js";
import { fs } from "../electron/index.js";
import { joinPath } from "../globals.js";
import { get } from "./index.js";

export const update = (newDatasetName, previousDatasetName) => {
//If updataing the dataset, update the old banner image path with a new one
Expand Down

0 comments on commit d391c98

Please sign in to comment.