Skip to content

Commit

Permalink
Merge pull request #397 from TogetherCrew/390-discourse-platform-+-vi…
Browse files Browse the repository at this point in the history
…olation-detection-module

fix: fix the body issue
  • Loading branch information
Behzad-rabiei authored Oct 9, 2024
2 parents b737eb3 + e233086 commit aa7b96e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/services/discourse/core.service.ts
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@ async function getPropertyHandler(req: IAuthAndPlatform) {
async function runDiscourseExtraction(platformId: string): Promise<void> {
try {
const data = {
platformId,
platform_id: platformId,
};
console.log(data);
const response = await fetch(config.discourse.extractionURL, {
Expand Down

0 comments on commit aa7b96e

Please sign in to comment.