Skip to content

Commit 3c493bf

Browse files
committed
Update dependencies & fix format (#250)
* update dependencies by using npm update * fix format at #248 * update nock ts-node file-type axios to latest ver (cherry picked from commit a3097f1)
1 parent 5278110 commit 3c493bf

File tree

3 files changed

+2523
-3016
lines changed

3 files changed

+2523
-3016
lines changed

lib/client.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -111,7 +111,7 @@ export default class Client {
111111
messages: Types.Message | Types.Message[],
112112
recipient?: Types.ReceieptObject,
113113
filter?: { demographic: Types.DemographicFilterObject },
114-
limit?: { max?: number, upToRemainingQuota?: boolean },
114+
limit?: { max?: number; upToRemainingQuota?: boolean },
115115
notificationDisabled?: boolean,
116116
): Promise<Types.MessageAPIResponseBase> {
117117
return this.http.post(

0 commit comments

Comments
 (0)