You've already forked fm-dx-webserver
mirror of
https://github.com/KubaPro010/fm-dx-webserver.git
synced 2026-02-26 22:13:53 +01:00
toy language
This commit is contained in:
@@ -46,7 +46,7 @@ var dataToSend = {
|
|||||||
users: 0,
|
users: 0,
|
||||||
};
|
};
|
||||||
|
|
||||||
const rdsdec = RDSDecoder(dataToSend);
|
const rdsdec = new RDSDecoder(dataToSend);
|
||||||
|
|
||||||
const filterMappings = {
|
const filterMappings = {
|
||||||
'G11': { eq: 1, ims: 1 },
|
'G11': { eq: 1, ims: 1 },
|
||||||
|
|||||||
Reference in New Issue
Block a user