Skip to content

Commit

Permalink
Ignore strawberry champs
Browse files Browse the repository at this point in the history
  • Loading branch information
MingweiSamuel committed Jul 22, 2024
1 parent 7a0fafa commit a17f385
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions src/Camille.Enums/gen/Champion.cs.dt
Original file line number Diff line number Diff line change
@@ -1,6 +1,8 @@
{{
const champions = require(it.path + '/.champion.json')
.filter(({ id }) => id > 0)
/* Ignore strawberry champions for now */
.filter(({ alias }) => !alias.startsWith('Strawberry_'))
.sortBy(({ name }) => name);
const enumName = function(name) { return name.toUpperCase().replace(/[^A-Z]+/, ''); };
}}
Expand Down

0 comments on commit a17f385

Please sign in to comment.