Skip to content

Commit

Permalink
Merge pull request #490 from JdaieLin/main
Browse files Browse the repository at this point in the history
fix: correct order of externalTypeRecord params
whitedogg13 authored Feb 6, 2022
2 parents 7003eeb + cd0ea79 commit 2f7c871
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion ndef-lib/index.js
Original file line number Diff line number Diff line change
@@ -87,8 +87,8 @@ const ExtraTypeRecord = {
androidApplicationRecord(packageName, id = []) {
return PrimitiveRecord.externalTypeRecord(
'android.com:pkg',
id,
packageName,
id,
);
},

0 comments on commit 2f7c871

Please sign in to comment.