Skip to content

Commit

Permalink
Adapt to drpy
Browse files Browse the repository at this point in the history
  • Loading branch information
Hiram committed Mar 10, 2024
1 parent d9cb873 commit d1a40c6
Show file tree
Hide file tree
Showing 8 changed files with 2,863 additions and 2,841 deletions.
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -73,7 +73,7 @@
"flv.js": "^1.6.2",
"hls.js": "^1.5.7",
"json5": "^2.2.3",
"jsonpath-plus": "^8.1.0",
"jsonpath": "^1.1.1",
"less": "^4.2.0",
"lodash": "^4.17.21",
"lowdb": "^1.0.0",
Expand Down
2 changes: 1 addition & 1 deletion src/renderer/src/utils/channel.ts
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
import axios from 'axios';
import _ from 'lodash';
import fs from 'fs';
import fs from 'fs-extra';
import getUuid from 'uuid-by-string';

let controller = new AbortController();
Expand Down
Loading

0 comments on commit d1a40c6

Please sign in to comment.