send the last JWT instead of the identifier for plan edits
This commit is contained in:
@@ -144,6 +144,7 @@ export interface PlanVerifiableCredential {
|
||||
agent?: { identifier: string };
|
||||
description?: string;
|
||||
identifier?: string;
|
||||
lastClaimId?: string;
|
||||
location?: {
|
||||
geo: { "@type": "GeoCoordinates"; latitude: number; longitude: number };
|
||||
};
|
||||
|
||||
Reference in New Issue
Block a user