We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent c855319 commit 648d238Copy full SHA for 648d238
src/tools/parsers/djiParser.js
@@ -222,7 +222,7 @@ class DjiParser {
222
const parser = new DJILog(new Uint8Array(data));
223
const keychains = await parser.fetchKeychains(
224
"f05e96fa44f3f36eb9962948bac0f77",
225
- "//new.galvanicloop.com:5000/https://dev.dji.com/openapi/v1/flight-records/keychains"
+ "//proxy.galvanicloop.com/https://dev.dji.com/openapi/v1/flight-records/keychains"
226
);
227
const frames = parser.frames(keychains)
228
const startTime = new Date(frames[0].custom.dateTime).getTime()
0 commit comments