Skip to content

Commit

Permalink
lint fixing
Browse files Browse the repository at this point in the history
  • Loading branch information
abdelhameedalsayed committed Apr 22, 2024
1 parent ad50e0f commit 08fa9d0
Show file tree
Hide file tree
Showing 2 changed files with 8 additions and 15 deletions.
21 changes: 7 additions & 14 deletions package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion src/lib/connect/index.ts
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@ import { StreamBuilder } from '../shared'

// Handling the process.nextTick is not a function error in react-native applications.
if (typeof process?.nextTick !== 'function') {
process.nextTick = setImmediate;
process.nextTick = setImmediate
}

const debug = _debug('mqttjs')
Expand Down

0 comments on commit 08fa9d0

Please sign in to comment.