Skip to content

Commit d631397

Browse files
authored
Merge pull request #59 from jzgoda/patch-1
Fixes getContactsInGroup parameter definition
2 parents e750f61 + 5507478 commit d631397

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

nativescript-contacts.d.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -110,7 +110,7 @@ declare module "nativescript-contacts" {
110110
export function getContact(): Promise<GetContactResult>;
111111
export function getContactsByName(searchPredicate: string, contactFields: string[]): Promise<GetFetchResult>;
112112
export function getAllContacts(contactFields: string[]): Promise<GetFetchResult>;
113-
export function getContactsInGroup(groupId: string): Promise<GetFetchResult>;
113+
export function getContactsInGroup(group: Group): Promise<GetFetchResult>;
114114

115115
export class Group {
116116
id: string;

0 commit comments

Comments
 (0)