Skip to content

Commit

Permalink
Merge pull request #366 from machawk1/issue-365
Browse files Browse the repository at this point in the history
Rm temp TimeMap data before storing, after having parsed it
  • Loading branch information
machawk1 authored Oct 10, 2024
2 parents 0e5836e + 776adc8 commit fcae2ff
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions mink-plugin/timemap.js
Original file line number Diff line number Diff line change
Expand Up @@ -86,6 +86,9 @@ function Timemap (fromString) {
log('Link header exists, but we did not find a TimeMap, TimeGate or original value in the header.',
'link header: ', this.str, linkHeaderEntries, linkHeaderEntries)
}

// Rm raw data after parsing
delete this.str
}

function Memento (fromStr) {
Expand Down

0 comments on commit fcae2ff

Please sign in to comment.