Skip to content

Commit

Permalink
fix missing ,
Browse files Browse the repository at this point in the history
  • Loading branch information
FlexBy420 committed Nov 30, 2023
1 parent f7470db commit f083d56
Showing 1 changed file with 2 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -1035,7 +1035,7 @@ private static void CheckRdrSettings(string serial, NameValueCollection items, L
{
"BLAS55005", "BLES00246", "BLJM57001", "BLJM67001", "BLKS25001", "BLUS30109", "BLUS30148",
"NPEB02182", "NPJB00698", "NPUB31633",
"NPEB90116", "NPHB00065", "NPHB00067", "NPJB90149", "NPUB90176" // demos
"NPEB90116", "NPHB00065", "NPHB00067", "NPJB90149", "NPUB90176", // demos
"NPEB00027", "NPJB90113", "NPUB90126", // database
};

Expand Down Expand Up @@ -1083,7 +1083,7 @@ private static void CheckMgs4Settings(string serial, NameValueCollection items,
private static readonly HashSet<string> PdfIds = new()
{
"BLJM60527", "BLUS31319", "BLAS50576",
"NPEB01393", "NPUB31241", "NPHB00559", "NPJB00287"
"NPEB01393", "NPUB31241", "NPHB00559", "NPJB00287",
};


Expand Down

0 comments on commit f083d56

Please sign in to comment.