Skip to content

Commit 3ed97a1

Browse files
committed
SDK-1019: Remove unneeded unknown anchor type from mapping
1 parent beb47f5 commit 3ed97a1

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

src/Yoti/Util/Profile/AnchorConverter.php

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -157,7 +157,6 @@ private static function getAnchorTypesMap()
157157
return [
158158
YotiAnchor::TYPE_SOURCE_OID => YotiAnchor::TYPE_SOURCE_NAME,
159159
YotiAnchor::TYPE_VERIFIER_OID => YotiAnchor::TYPE_VERIFIER_NAME,
160-
YotiAnchor::TYPE_UNKNOWN_NAME => YotiAnchor::TYPE_UNKNOWN_NAME,
161160
];
162161
}
163162
}

0 commit comments

Comments
 (0)