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:17:17 +01:00
parent df215edf9e
commit ebe9c8bbe8

View File

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