Skip to content

Commit 48f97e6

Browse files
author
Colin Wahl
committed
file cleanup
1 parent 99b26b2 commit 48f97e6

File tree

2 files changed

+0
-2
lines changed

2 files changed

+0
-2
lines changed

docs/06-Cache.md

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -37,4 +37,3 @@ let paths =
3737
let key = 'npm-foobar-d5ea0750'
3838
cacheId <- Cache.saveCache { paths, key }
3939
```
40-

src/GitHub/Actions/Cache.purs

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -58,7 +58,6 @@ defaultDownloadOptions =
5858
, timeoutInMs: Nothing
5959
}
6060

61-
6261
toJSDownloadOptions :: DownloadOptions -> JSDownloadOptions
6362
toJSDownloadOptions { useAzureSdk, downloadConcurrency, timeoutInMs } =
6463
{ useAzureSdk: toNullable useAzureSdk

0 commit comments

Comments
 (0)