diff --git a/index.ts b/index.ts index 62de88a..94e02ad 100644 --- a/index.ts +++ b/index.ts @@ -69,7 +69,6 @@ function writeTemplate( writeTemplate(template, value.toString() + '0', context); } if (isPrecision(value, 0)) { - writeTemplate(template, value.toString() + '.0', context); writeTemplate(template, value.toString() + '.00', context); } }