Skip to content

Commit

Permalink
Merge pull request #2601 from Antonin-Deniau/patch-1
Browse files Browse the repository at this point in the history
Fix missing comma in aid_desfire.json
  • Loading branch information
iceman1001 authored Oct 29, 2024
2 parents 4ca4af1 + 8f0c843 commit 57ec287
Showing 1 changed file with 9 additions and 9 deletions.
18 changes: 9 additions & 9 deletions client/resources/aid_desfire.json
Original file line number Diff line number Diff line change
Expand Up @@ -416,23 +416,23 @@
"Type": "alarm system"
},
{
"AID": "010010"
"AID": "010010",
"Vendor": "ASSA ABLOY",
"Country": "GB",
"Name": "Campus Card",
"Description": "Campus Card",
"Type": "student"
},
{
"AID": "030020"
"AID": "030020",
"Vendor": "Algonquin College of Applied Arts and Technology",
"Country": "CA",
"Name": "Campus Card",
"Description": "Campus Card",
"Type": "student"
},
{
"AID": "050030"
"AID": "050030",
"Vendor": "Algonquin College of Applied Arts and Technology",
"Country": "CA",
"Name": "Campus Card",
Expand All @@ -448,7 +448,7 @@
"Type": "student"
},
{
"AID": "070090"
"AID": "070090",
"Vendor": "Algonquin College of Applied Arts and Technology",
"Country": "CA",
"Name": "Campus Card",
Expand Down Expand Up @@ -672,31 +672,31 @@
"Type": "student"
},
{
"AID": "CA1827"
"AID": "CA1827",
"Vendor": "Transact Campus Inc.",
"Country": "US",
"Name": "Transact Campus ID [Custom AID]",
"Description": "Campus Card",
"Type": "student"
},
{
"AID": "EEE010"
"AID": "EEE010",
"Vendor": "ASSA ABLOY",
"Country": "GB",
"Name": "Campus Card",
"Description": "Campus Card",
"Type": "student"
},
{
"AID": "F33480"
"AID": "F33480",
"Vendor": "Besucherausweis",
"Country": "DE",
"Name": "Visitor's Pass",
"Description": "Besucherausweis",
"Type": "student"
},
{
"AID": "F482D0"
"AID": "F482D0",
"Vendor": "Besucherausweis",
"Country": "DE",
"Name": "Visitor's Pass",
Expand Down Expand Up @@ -1207,4 +1207,4 @@
"Description": "Used by AKL AT HOP, DXB nol, and SEA ORCA",
"Type": "transport"
}
]
]

0 comments on commit 57ec287

Please sign in to comment.