We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 9c239bf commit e8fd871Copy full SHA for e8fd871
src/util/versionUtils.ts
@@ -21,6 +21,7 @@ class ExpiringValue<T> {
21
return this._value;
22
}
23
24
+
25
const createProjectVersionsValue = (
26
project: string,
27
ttl: number = 5 * 60 * 1000
0 commit comments