Skip to content

Commit

Permalink
Use let in typescript tests
Browse files Browse the repository at this point in the history
  • Loading branch information
gnought committed Mar 13, 2021
1 parent 8f3088e commit 1158ff1
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion test/types/index.ts
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@

import { Packet } from '../../packet'

var p = Packet()
let p = Packet()
p = Packet({
cmd: 'publish',
topic: 'hello',
Expand Down

0 comments on commit 1158ff1

Please sign in to comment.