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
No known key found for this signature in database
3 changed files with 18 additions and 10 deletions

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;