Skip to content

Commit 971bc52

Browse files
committed
Change method to property
1 parent 29dea8d commit 971bc52

File tree

1 file changed

+1
-1
lines changed
  • packages/element-web-module-api/src/api

1 file changed

+1
-1
lines changed

packages/element-web-module-api/src/api/client.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -34,7 +34,7 @@ export interface ClientApi {
3434
/**
3535
* Use this to modify account data on the homeserver.
3636
*/
37-
getAccountDataApi: () => AccountDataApi;
37+
accountData: AccountDataApi;
3838

3939
/**
4040
* Fetch room by id from SDK.

0 commit comments

Comments
 (0)