Skip to content

Commit

Permalink
fix: getCookie types
Browse files Browse the repository at this point in the history
  • Loading branch information
mykola-mokhnach committed Jul 25, 2024
1 parent eba9462 commit fe6bef2
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion lib/mixins/cookies.js
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
/**
*
* @this {import('../remote-debugger').RemoteDebugger}
* @returns {Promise<import('@appium/types').StringRecord[]>}
* @returns {Promise<import('@appium/types').StringRecord>}
*/
export async function getCookies () {
this.log.debug('Getting cookies');
Expand Down

0 comments on commit fe6bef2

Please sign in to comment.