Skip to content

Commit

Permalink
feedback
Browse files Browse the repository at this point in the history
  • Loading branch information
aymericdelab committed Dec 22, 2024
1 parent 7d2eaad commit a7d8871
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion landing/src/hooks/helpers/useEntities.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@ export function isS0EternumRealm(model: any): model is S0EternumRealm {
return model?.__typename === "s0_eternum_Realm";
}

export function isS0EternumStructure(model: any): model is S0EternumRealm {
export function isS0EternumStructure(model: any) {
return model?.__typename === "s0_eternum_Structure";
}

Expand Down

0 comments on commit a7d8871

Please sign in to comment.