Skip to content

Commit

Permalink
Fix: nodeのpathをimportしていたところが残っていたのを直す (#2408)
Browse files Browse the repository at this point in the history
  • Loading branch information
sevenc-nanashi authored Dec 10, 2024
1 parent 2605c8b commit f4982e9
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/store/audio.ts
Original file line number Diff line number Diff line change
@@ -1,4 +1,3 @@
import path from "path";
import Encoding from "encoding-japanese";
import { createUILockAction, withProgress } from "./ui";
import {
Expand Down Expand Up @@ -64,6 +63,7 @@ import { uuid4 } from "@/helpers/random";
import { cloneWithUnwrapProxy } from "@/helpers/cloneWithUnwrapProxy";
import { UnreachableError } from "@/type/utility";
import { errorToMessage } from "@/helpers/errorHelper";
import path from "@/helpers/path";

function generateAudioKey() {
return AudioKey(uuid4());
Expand Down

0 comments on commit f4982e9

Please sign in to comment.