Skip to content

Commit

Permalink
fix: remove unnecessary stream ID
Browse files Browse the repository at this point in the history
  • Loading branch information
gajus committed May 8, 2021
1 parent ce92ae3 commit ee0275c
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion src/bin/index.ts
Original file line number Diff line number Diff line change
Expand Up @@ -118,7 +118,6 @@ if (argv['api-key']) {
query: {
hostname: os.hostname(),
name: argv.name || os.hostname() + ' ' + nanoid(),
stream: uuid(),
tags: argv.tags || '',
token: String(argv['api-key']),
version: '1.0.0',
Expand Down

0 comments on commit ee0275c

Please sign in to comment.