Skip to content

Commit

Permalink
fix: meta cleanup
Browse files Browse the repository at this point in the history
  • Loading branch information
zetxx committed Mar 10, 2020
1 parent 141a932 commit 417bf66
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion lib/base.js
Original file line number Diff line number Diff line change
Expand Up @@ -296,7 +296,7 @@ class Brid {
}

cleanMeta({timeoutId, ...metaClean}) {
return {meta: metaClean};
return metaClean;
}
}

Expand Down

0 comments on commit 417bf66

Please sign in to comment.