3
0
Fork 0
mirror of https://github.com/Swatinem/rust-cache synced 2026-02-07 03:22:15 +00:00
This commit is contained in:
Jordan Oroshiba 2023-07-31 14:33:42 -07:00
parent 1591ab53c8
commit 21dc7ce708

View file

@ -43,4 +43,4 @@ export function getCacheHandler() {
default:
throw new Error("Only currently support github and buildjet caches");
}
}
}