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 8790fc3 commit c855319Copy full SHA for c855319
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
- "http://new.galvanicloop.com:5000/https://dev.dji.com/openapi/v1/flight-records/keychains"
+ "//new.galvanicloop.com:5000/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