Remove part about deprecated values in docs for getCachingKind
This commit is contained in:
parent
21e6a62b15
commit
ed74b24893
3 changed files with 3 additions and 5 deletions
3
lib/caching-utils.js
generated
3
lib/caching-utils.js
generated
|
|
@ -64,8 +64,7 @@ function shouldRestoreCache(kind) {
|
|||
return kind === CachingKind.Full || kind === CachingKind.Restore;
|
||||
}
|
||||
/**
|
||||
* Parses the `upload` input into an `UploadKind`, converting unspecified and deprecated upload
|
||||
* inputs appropriately.
|
||||
* Parses the `upload` input into an `UploadKind`.
|
||||
*/
|
||||
function getCachingKind(input) {
|
||||
switch (input) {
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue