Skip to content

Commit

Permalink
fix: fix typo
Browse files Browse the repository at this point in the history
  • Loading branch information
Behzad-rabiei committed Oct 9, 2024
1 parent 863e941 commit 16fe508
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions src/services/discourse/core.service.ts
Original file line number Diff line number Diff line change
Expand Up @@ -16,8 +16,8 @@ async function getPropertyHandler(req: IAuthAndPlatform) {

/**
* run discourse extraction
* @param {Strin} platformId
* @returns {Promise<IDiscordUser>}
* @param {String} platformId
* @returns {Promise<Void>}
*/
async function runDiscourseExtraction(platformId: string): Promise<void> {
try {
Expand Down

0 comments on commit 16fe508

Please sign in to comment.