Skip to content

Commit

Permalink
Test breaking build
Browse files Browse the repository at this point in the history
  • Loading branch information
leccelecce committed Jul 27, 2024
1 parent c0a44d7 commit 7007bbf
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/index.ts
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@ var mqttClient: MqttClient;
var espCompanionConfig: EspCompanionConfig;
var mqttConfig: MqttConfig, floorsConfig: string, nodesConfig: string;

axios.defaults.baseURL = espCompanionAPI;
axios.defaults.baseURL = espCompanionAPI;DDDDDDDD

Check failure on line 17 in src/index.ts

View workflow job for this annotation

GitHub Actions / build (20.x)

Cannot find name 'DDDDDDDD'.
axios.defaults.headers.post["Content-Type"] = "application/json";

type EspCompanionConfig = {
Expand Down

0 comments on commit 7007bbf

Please sign in to comment.