Skip to content

Commit

Permalink
style: formatting
Browse files Browse the repository at this point in the history
  • Loading branch information
santese committed Nov 7, 2023
1 parent d47b03b commit 698be73
Showing 1 changed file with 5 additions and 5 deletions.
10 changes: 5 additions & 5 deletions src/lib/microsoft-partnercenter.ts
Original file line number Diff line number Diff line change
Expand Up @@ -157,9 +157,9 @@ export class MicrosoftPartnerCenter {
/**
* Creates an application consent
* https://learn.microsoft.com/en-us/partner-center/developer/control-panel-vendor-apis#acquire-consent
* @param customerId
* @param applicationConsent
* @returns
* @param customerId
* @param applicationConsent
* @returns
*/
async createApplicationConsent(
customerId: string,
Expand All @@ -173,8 +173,8 @@ export class MicrosoftPartnerCenter {
/**
* Removes an application consent
* https://learn.microsoft.com/en-us/partner-center/developer/control-panel-vendor-apis#remove-consent
* @param customerId
* @param applicationConsentId
* @param customerId
* @param applicationConsentId
*/
async removeApplicationConsent(customerId: string, applicationConsentId: string) {
const url = `/customers/${customerId}/applicationconsents/${applicationConsentId}`
Expand Down

0 comments on commit 698be73

Please sign in to comment.