Skip to content

Commit

Permalink
Correct codefactor issues
Browse files Browse the repository at this point in the history
  • Loading branch information
hunter-richardson committed Jun 17, 2024
1 parent ce2a62c commit 6f329db
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/facies/specere.vue
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@
return {
verbum: verbum.value,
eventus: eventus.value,
anglica: Cocutor.se.ipse().edatur('lingua') === 'anglica',
anglica: lingua === 'anglica',
multiplex: verbum.value instanceof Multiplex,
valores: (verbum.value as Multiplex)?.valores() ?? [],
locutor: Locutor.se.ipse()
Expand Down

0 comments on commit 6f329db

Please sign in to comment.