Skip to content

Commit

Permalink
Merge pull request #286 from bakaphp/hotfix-search-message
Browse files Browse the repository at this point in the history
fix: typo
  • Loading branch information
jerlyrosa authored Aug 29, 2024
2 parents 4f1a4f6 + 3295888 commit 59fe30a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/modules/people/index.ts
Original file line number Diff line number Diff line change
@@ -113,7 +113,7 @@ export class People {
return response.data.peopleCount;
}

public async getPeopleCounByTag(tag: string): Promise<number> {
public async getPeopleCountByTag(tag: string): Promise<number> {
const response = await this.client.query({
query: PEOPLE_COUNT_BY_TAG,
variables: { tag },

0 comments on commit 59fe30a

Please sign in to comment.