Skip to content

Commit

Permalink
Rm temp TimeMap data before storing, after having parsed it
Browse files Browse the repository at this point in the history
Closes #365
  • Loading branch information
machawk1 committed Oct 10, 2024
1 parent 0e5836e commit 776adc8
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 776adc8

Please sign in to comment.