1
0
mirror of https://github.com/KubaPro010/fm-dx-webserver.git synced 2026-02-26 14:11:59 +01:00

toy language

This commit is contained in:
2026-02-23 23:16:00 +01:00
parent 410c39a6b8
commit df215edf9e

View File

@@ -46,7 +46,7 @@ var dataToSend = {
users: 0, users: 0,
}; };
const rdsdec = new RDSDecoder(dataToSend); const rdsdec = RDSDecoder(dataToSend);
const filterMappings = { const filterMappings = {
'G11': { eq: 1, ims: 1 }, 'G11': { eq: 1, ims: 1 },