Skip to content

Commit

Permalink
Testing CICD with TypeScript error
Browse files Browse the repository at this point in the history
  • Loading branch information
pankalog committed Feb 3, 2024
1 parent 664e861 commit d1d8eb9
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 @@ -9,7 +9,7 @@ import { readFileSync } from "fs";
import { IClientOptions, IConnackPacket, MqttClient, connect } from "mqtt";
import moment = require("moment");
// import dotenv
import * as dotenv from 'dotenv';
import * as dotenvv from 'dotenv';
let out = dotenv.config({ path: process.cwd()+'/.env' });

Check failure on line 13 in src/index.ts

View workflow job for this annotation

GitHub Actions / build

Cannot find name 'dotenv'. Did you mean 'dotenvv'?

interface orOptions {
Expand Down

0 comments on commit d1d8eb9

Please sign in to comment.