Skip to content

Commit

Permalink
reformat columns
Browse files Browse the repository at this point in the history
  • Loading branch information
fippo committed Dec 13, 2023
1 parent 02f87c5 commit 7c9e874
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion import.js
Original file line number Diff line number Diff line change
Expand Up @@ -292,7 +292,9 @@ function processGUM(data) {

container.appendChild(table);

const columns = ['request_type', 'origin', 'pid', 'rid', 'audio', 'video', 'audio_track_info', 'video_track_info', 'error', 'error_message'];
const columns = ['request_type', 'origin', 'pid', 'rid',
'audio', 'video', 'audio_track_info', 'video_track_info',
'error', 'error_message'];
const displayNames = {
request_id: 'id',
reqest_type: 'type',
Expand Down

0 comments on commit 7c9e874

Please sign in to comment.