Skip to content

Commit 72cc018

Browse files
Pollepsjoepio
authored andcommitted
Fix json-ad in supported text formats
1 parent fd94933 commit 72cc018

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

browser/data-browser/src/views/File/isTextFile.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
const supportedApplicationFormats = new Set([
22
'application/json',
33
'application/ld+json',
4-
'application/json-ad',
4+
'application/ad+json',
55
'application/x-httpd-php',
66
'application/xhtml+xml',
77
'application/xml',

0 commit comments

Comments
 (0)