fix: correct order of externalTypeRecord params

This commit is contained in:
JdaieLin 2022-02-05 22:11:29 +08:00
parent 7003eebbff
commit cd0ea79f70

View File

@ -87,8 +87,8 @@ const ExtraTypeRecord = {
androidApplicationRecord(packageName, id = []) {
return PrimitiveRecord.externalTypeRecord(
'android.com:pkg',
id,
packageName,
id,
);
},