Skip to content

Commit d709a5e

Browse files
committed
fix model type alias for ESBool
1 parent 0e55e2e commit d709a5e

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

lib/MetaCPAN/Types/Internal.pm

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -85,7 +85,7 @@ coerce ESBool, from Bool, via {
8585
};
8686

8787
$ElasticSearchX::Model::Document::Mapping::MAPPING{ESBool}
88-
= $ElasticSearchX::Model::Document::Mapping::MAPPING{ESBool};
88+
= $ElasticSearchX::Model::Document::Mapping::MAPPING{Bool};
8989

9090
use MooseX::Attribute::Deflator;
9191
deflate 'ScalarRef', via {$$_};

0 commit comments

Comments
 (0)