Skip to content

Commit 469b470

Browse files
bedabernerWilliangalvani
authored andcommitted
fixed DjiDataExtractor capitalization
1 parent d319262 commit 469b470

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/components/CesiumViewer.vue

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1367,7 +1367,7 @@ export default {
13671367
dataExtractor = MavlinkDataExtractor
13681368
} else if (this.state.logType === 'dji') {
13691369
console.log('Using DJI extractor')
1370-
dataExtractor = djiDataExtractor
1370+
dataExtractor = DjiDataExtractor
13711371
} else {
13721372
dataExtractor = DataflashDataExtractor
13731373
}

0 commit comments

Comments
 (0)