fix: implement write-lock for agent cache

This commit is contained in:
Aarnav Tale
2025-01-10 14:06:22 +05:30
parent 5569ba4660
commit eb922c9318
3 changed files with 18 additions and 10 deletions
+1 -1
View File
@@ -1,4 +1,4 @@
import type { HostInfo } from '~/utils/types';
import type { HostInfo } from '~/types';
export function getTSVersion(host: HostInfo) {
const { IPNVersion } = host;