Skip to content

Commit

Permalink
Refactor for consistency and better naming
Browse files Browse the repository at this point in the history
  • Loading branch information
ruchernchong committed Dec 22, 2023
1 parent 5c11bad commit 62d3eba
Show file tree
Hide file tree
Showing 5 changed files with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions packages/core/src/updater.ts
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
import fs from "fs/promises";
import * as d3 from "d3";
import { downloadFile } from "./lib/downloadFile";
import { extractZipFile } from "./lib/extractZipFile";
import { downloadFile } from "./utils/downloadFile";
import { extractZipFile } from "./utils/extractZipFile";
import db from "../../config/db";

const EXTRACT_PATH: string = "/tmp";
Expand Down
File renamed without changes.
File renamed without changes.
File renamed without changes.

0 comments on commit 62d3eba

Please sign in to comment.