Skip to content

Commit

Permalink
refactor: remove unuse param
Browse files Browse the repository at this point in the history
  • Loading branch information
alvinhui committed Sep 18, 2020
1 parent 735985a commit 05b932b
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion packages/recorder/src/index.ts
Original file line number Diff line number Diff line change
Expand Up @@ -41,7 +41,6 @@ async function recordPV(originParam: IGoldlogParam, recordType?: RecordType) {
...originParam,
// eslint-disable-next-line
record_type: recordType,
recordType,
cache: Math.random(),
};

Expand Down

0 comments on commit 05b932b

Please sign in to comment.