File tree Expand file tree Collapse file tree 1 file changed +3
-3
lines changed
implementations/hotchocolate Expand file tree Collapse file tree 1 file changed +3
-3
lines changed Original file line number Diff line number Diff line change 5
5
<ul >
6
6
<li ><b >60</b > audits in total</li >
7
7
<li ><span style =" font-family : monospace " >✅</span > <b >58</b > pass</li >
8
- <li ><span style =" font-family : monospace " >❗ ️</span > <b >2</b > warnings (optional)</li >
8
+ <li ><span style =" font-family : monospace " >⚠ ️</span > <b >2</b > warnings (optional)</li >
9
9
</ul >
10
10
11
11
<h2 >Passing</h2 >
@@ -83,7 +83,7 @@ The server <i>SHOULD</i> support these, but is not required.
83
83
"transfer-encoding": "chunked",
84
84
"server": "Kestrel",
85
85
"date": "<timestamp >",
86
- "content-type": "application/graphql-response+json; charset=utf-8"
86
+ "content-type": "application/graphql-response+json;charset=utf-8"
87
87
},
88
88
"body": {
89
89
"data": {
@@ -104,7 +104,7 @@ The server <i>SHOULD</i> support these, but is not required.
104
104
"transfer-encoding": "chunked",
105
105
"server": "Kestrel",
106
106
"date": "<timestamp >",
107
- "content-type": "application/graphql-response+json; charset=utf-8"
107
+ "content-type": "application/graphql-response+json;charset=utf-8"
108
108
},
109
109
"body": {
110
110
"data": {
You can’t perform that action at this time.
0 commit comments