disable caching

This commit is contained in:
Henri Maurer
2023-06-07 10:10:21 +01:00
parent d35955ebf6
commit a4c5ac881a
+4 -1
View File
@@ -31,7 +31,10 @@ export async function compare({
url: '/repos/{owner}/{repo}/dependency-graph/compare/{basehead}', url: '/repos/{owner}/{repo}/dependency-graph/compare/{basehead}',
owner, owner,
repo, repo,
basehead: `${baseRef}...${headRef}` basehead: `${baseRef}...${headRef}`,
headers: {
'If-None-Match': ''
}
}, },
response => { response => {
if ( if (