Skip to content

Commit 31e19ab

Browse files
committed
Fix #189
1 parent 2400090 commit 31e19ab

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/resolvers/index.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -31,7 +31,7 @@ import IBAN from './IBAN';
3131
const BigIntResolver = BigIntFactory('BigInt');
3232
const LongResolver = BigIntFactory('Long');
3333

34-
const NonNegativeIntResolver = NonNegativeIntFactory('NonNegative');
34+
const NonNegativeIntResolver = NonNegativeIntFactory('NonNegativeInt');
3535
const UnsignedIntResolver = NonNegativeIntFactory('UnsignedInt');
3636

3737
const NonNegativeFloatResolver = NonNegativeFloatFactory('NonNegativeFloat');

0 commit comments

Comments
 (0)