Skip to main content
Deno 2 is finally here 🎉️
Learn more
method InsuranceService.prototype.adoptOrphanedInsEquipment
import { InsuranceService } from "https://deno.land/x/sptaki@1.2.0/services/mod.ts";

Take the insurance item packages within a profile session and ensure that each of the items in that package are not orphaned from their parent ID.

Parameters

sessionID: string

The session ID to update insurance equipment packages in.

Returns

void

void