Skip to content

Commit

Permalink
updated
Browse files Browse the repository at this point in the history
  • Loading branch information
mkbeefcake committed Dec 4, 2023
1 parent 1c66516 commit b5ce9bf
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion query-node/mappings/src/workingGroups.ts
Original file line number Diff line number Diff line change
Expand Up @@ -726,7 +726,7 @@ async function processWorkingGroupsRemark(
group: WorkingGroup,
decodedMetadata: DecodedMetadataObject<IRemarkMetadataAction> | null,
isLead = false,
workerId: number = 0
workerId: number
): Promise<any> {
// Moderate Post
if (decodedMetadata?.moderatePost) {
Expand Down

0 comments on commit b5ce9bf

Please sign in to comment.