diff --git a/source/helpers.ts b/source/helpers.ts index bb68605..28947d2 100644 --- a/source/helpers.ts +++ b/source/helpers.ts @@ -22,7 +22,7 @@ namespace _espe.helpers value : boolean ) : int { - return (value ? 0 : 1); + return (value ? 1 : 0); }