mirror of
https://github.com/nasa/openmct.git
synced 2024-12-20 05:37:53 +00:00
lint
This commit is contained in:
parent
5894363ba5
commit
40a95cfa08
@ -483,7 +483,8 @@
|
||||
"countup",
|
||||
"darkmatter",
|
||||
"Undeletes",
|
||||
"SSSZ"
|
||||
"SSSZ",
|
||||
"LOCF"
|
||||
],
|
||||
"dictionaries": ["npm", "softwareTerms", "node", "html", "css", "bash", "en_US", "en-gb", "misc"],
|
||||
"ignorePaths": [
|
||||
|
@ -77,7 +77,10 @@ export default class CompsTelemetryProvider {
|
||||
callbackID
|
||||
};
|
||||
this.#sharedWorker.port.postMessage(payload);
|
||||
console.debug('🧮 Comps Telemetry Provider: sending request request (bleh)', payload);
|
||||
console.debug(
|
||||
'🧮 Comps Telemetry Provider: sending request request (double request!)',
|
||||
payload
|
||||
);
|
||||
});
|
||||
});
|
||||
}
|
||||
|
Loading…
Reference in New Issue
Block a user