diff --git a/ndef-lib/index.js b/ndef-lib/index.js index b179fd3..60ad02d 100644 --- a/ndef-lib/index.js +++ b/ndef-lib/index.js @@ -87,8 +87,8 @@ const ExtraTypeRecord = { androidApplicationRecord(packageName, id = []) { return PrimitiveRecord.externalTypeRecord( 'android.com:pkg', - id, packageName, + id, ); },