Skip to content

Commit b871278

Browse files
committed
docs: Update doc and types
1 parent 8a63504 commit b871278

File tree

3 files changed

+49
-49
lines changed

3 files changed

+49
-49
lines changed

docs/api/cozy-client/classes/CozyClient.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1742,7 +1742,7 @@ set some data in the store.
17421742

17431743
### setLinks
17441744

1745-
**setLinks**(`links`): `void`
1745+
**setLinks**(`links`): `Promise`<`void`>
17461746

17471747
Set links, e.g. PouchLink or StackLink.
17481748
When this method is called manually, i.e. after a client instanciation,
@@ -1756,7 +1756,7 @@ we manually call the links onLogin methods
17561756

17571757
*Returns*
17581758

1759-
`void`
1759+
`Promise`<`void`>
17601760

17611761
*Defined in*
17621762

0 commit comments

Comments
 (0)