Skip to content

Commit cd0ea79

Browse files
committed
fix: correct order of externalTypeRecord params
1 parent 7003eeb commit cd0ea79

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

ndef-lib/index.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -87,8 +87,8 @@ const ExtraTypeRecord = {
8787
androidApplicationRecord(packageName, id = []) {
8888
return PrimitiveRecord.externalTypeRecord(
8989
'android.com:pkg',
90-
id,
9190
packageName,
91+
id,
9292
);
9393
},
9494

0 commit comments

Comments
 (0)