Skip to content

Commit

Permalink
PREAPPS-6777: Sending CreateSignatureRequest in Batch
Browse files Browse the repository at this point in the history
  • Loading branch information
miteshsavani810 authored and BhavinBathani committed May 16, 2022
1 parent 2da2e62 commit 2a8aa79
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions src/batch-client/index.ts
Original file line number Diff line number Diff line change
Expand Up @@ -682,8 +682,7 @@ export class ZimbraBatchClient {
this.jsonRequest({
name: 'CreateSignature',
namespace: Namespace.Account,
body: denormalize(CreateSignatureRequest)(options),
singleRequest: true
body: denormalize(CreateSignatureRequest)(options)
});

public createTag = (tag: CreateTagInput) =>
Expand Down

0 comments on commit 2a8aa79

Please sign in to comment.