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 55<ul >
66<li ><b >60</b > audits in total</li >
77<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 >
99</ul >
1010
1111<h2 >Passing</h2 >
@@ -83,7 +83,7 @@ The server <i>SHOULD</i> support these, but is not required.
8383 "transfer-encoding": "chunked",
8484 "server": "Kestrel",
8585 "date": "<timestamp >",
86- "content-type": "application/graphql-response+json; charset=utf-8"
86+ "content-type": "application/graphql-response+json;charset=utf-8"
8787 },
8888 "body": {
8989 "data": {
@@ -104,7 +104,7 @@ The server <i>SHOULD</i> support these, but is not required.
104104 "transfer-encoding": "chunked",
105105 "server": "Kestrel",
106106 "date": "<timestamp >",
107- "content-type": "application/graphql-response+json; charset=utf-8"
107+ "content-type": "application/graphql-response+json;charset=utf-8"
108108 },
109109 "body": {
110110 "data": {
You can’t perform that action at this time.
0 commit comments