Skip to content

Commit

Permalink
Merge pull request #1219 from AletheiaFact/hotfix-unattributed-claim
Browse files Browse the repository at this point in the history
  • Loading branch information
thesocialdev authored May 28, 2024
2 parents a5d5ecf + c858b0f commit b592826
Show file tree
Hide file tree
Showing 3 changed files with 2 additions and 2 deletions.
Binary file modified .yarn/install-state.gz
Binary file not shown.
2 changes: 1 addition & 1 deletion server/auth/name-space/name-space.service.ts
Original file line number Diff line number Diff line change
Expand Up @@ -68,7 +68,7 @@ export class NameSpaceService {
nameSpace.slug
);

this.ensureTopicAndSubscribers(
await this.ensureTopicAndSubscribers(
id,
newNameSpace.name,
newNameSpace.users,
Expand Down
2 changes: 1 addition & 1 deletion src/components/ClaimReview/ClaimReviewDrawer.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -66,7 +66,7 @@ const ClaimReviewDrawer = () => {
href: `${href}/personality/${personality?.slug}/claim/${claim?.slug}/sentence/${data_hash}`,
},
[ContentModelEnum.Unattributed]: {
href: `/claim/${claim?.slug}/sentence/${data_hash}`,
href: `${href}/claim/${claim?.slug}/sentence/${data_hash}`,
},
};

Expand Down

0 comments on commit b592826

Please sign in to comment.