Merge pull request 'chore(deps): update dependency typescript to v5.8.2' (#3058) from typescript into main

Reviewed-on: https://git.clan.lol/clan/clan-core/pulls/3058
This commit is contained in:
Mic92
2025-03-18 14:00:32 +00:00
2 changed files with 4 additions and 4 deletions

View File

@@ -98,7 +98,6 @@ export async function set_single_service<T extends keyof Services>(
inventory.services = inventory.services || {};
inventory.services[service_name] = inventory.services[service_name] || {};
// @ts-expect-error: This cannot be undefined, because of the line above
inventory.services[service_name][instance_key] = service_config;
console.log("saving inventory", inventory);
return callApi("set_inventory", {