Skip to content

Commit

Permalink
Suggested changes applied
Browse files Browse the repository at this point in the history
  • Loading branch information
Emiliano Quiroga committed Dec 2, 2022
1 parent 0b8e3f9 commit 31fe506
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 4 deletions.
4 changes: 2 additions & 2 deletions libraries/botbuilder/src/cloudAdapter.ts
Original file line number Diff line number Diff line change
Expand Up @@ -145,9 +145,9 @@ export class CloudAdapter extends CloudAdapterBase implements BotFrameworkHttpAd
}

/**
* Asynchronously creates a turn context and runs the middleware pipeline for an incoming activity.
* Asynchronously process an activity running the provided logic function.
*
* @param authorization Authorization in format: "Bearer [longString]".
* @param authorization The authorization header in the format: "Bearer [longString]" or the AuthenticateRequestResult for this turn.
* @param activity The activity to process.
* @param logic The logic function to apply.
* @returns a promise representing the asynchronous operation.
Expand Down
2 changes: 0 additions & 2 deletions libraries/botbuilder/tests/cloudAdapter.test.js
Original file line number Diff line number Diff line change
Expand Up @@ -184,8 +184,6 @@ describe('CloudAdapter', function () {
adapter.processActivityDirect(authorization, activity, logic),
new Error('CloudAdapter.processActivityDirect(): ERROR\n error stack')
);

sandbox.verify();
});
});

Expand Down

0 comments on commit 31fe506

Please sign in to comment.