mirror of
https://github.com/versia-pub/api.git
synced 2026-03-13 04:09:15 +01:00
fix(client): 🏷️ Fix type issues
This commit is contained in:
parent
1a4890df2a
commit
503f4396ef
2 changed files with 4 additions and 3 deletions
|
|
@ -1507,7 +1507,7 @@ export class LysandClient extends BaseClient {
|
|||
): Promise<Output<Relationship>> {
|
||||
return this.getRelationships([id], options, extra).then((r) => ({
|
||||
...r,
|
||||
data: r.data[0],
|
||||
data: r.data[0] as Relationship,
|
||||
}));
|
||||
}
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue