Skip to content

Commit

Permalink
fix lint
Browse files Browse the repository at this point in the history
  • Loading branch information
JhontSouth committed Nov 8, 2023
1 parent 7a8c6a5 commit 552d383
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion libraries/botbuilder/tests/cloudAdapter.test.js
Original file line number Diff line number Diff line change
Expand Up @@ -80,7 +80,7 @@ describe('CloudAdapter', function () {
return this.configuration;
}

set(_path, _val) { }
set(_path, _val) {}
}

const activity = { type: ActivityTypes.Invoke, value: 'invoke' };
Expand Down

0 comments on commit 552d383

Please sign in to comment.