Skip to content

Commit

Permalink
fix: remove unnecessary get
Browse files Browse the repository at this point in the history
  • Loading branch information
icleitoncosta committed Jul 19, 2022
1 parent 3984ca0 commit 9043649
Showing 1 changed file with 0 additions and 8 deletions.
8 changes: 0 additions & 8 deletions src/api/layers/status.layer.ts
Expand Up @@ -30,14 +30,6 @@ export class StatusLayer extends HostLayer {
constructor(public page: Page, session?: string, options?: CreateConfig) {
super(page, session, options);
}

/**
* Get My Status stories
*/
public async getMyStatus() {
return await evaluateAndReturn(this.page, () => WPP.status.getMyStatus());
}

/**
* Send a image message to status stories
*
Expand Down

0 comments on commit 9043649

Please sign in to comment.