Skip to content

Commit

Permalink
fix(ignore): Fix zigbee OTA. Koenkk/zigbee2mqtt#18060
Browse files Browse the repository at this point in the history
  • Loading branch information
Koenkk committed Jun 19, 2023
1 parent d2dba53 commit cd321fb
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/lib/ota/zigbeeOTA.ts
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@ import * as common from './common';
import {Logger, Zh, Ota, KeyValueAny} from '../types';
const axios = common.getAxios();
import fs from 'fs';
import URI from 'uri-js';
import * as URI from 'uri-js';
import path from 'path';

let overrideIndexFileName: string = null;
Expand Down

0 comments on commit cd321fb

Please sign in to comment.