fix: implement write-lock for agent cache
This commit is contained in:
parent
5569ba4660
commit
eb922c9318
3 changed files with 18 additions and 10 deletions
|
|
@ -1,4 +1,4 @@
|
|||
import type { HostInfo } from '~/utils/types';
|
||||
import type { HostInfo } from '~/types';
|
||||
|
||||
export function getTSVersion(host: HostInfo) {
|
||||
const { IPNVersion } = host;
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue