File tree Expand file tree Collapse file tree 1 file changed +8
-8
lines changed
Expand file tree Collapse file tree 1 file changed +8
-8
lines changed Original file line number Diff line number Diff line change @@ -118,17 +118,17 @@ function mergeTags(forward = true) {
118118 return {
119119 currentTag: {
120120 ... currentTag .value ,
121- foundPlayer: pendingEdits .value . foundPlayer ,
122- foundTime: pendingEdits .value . foundTime ,
123- foundLocation: pendingEdits .value . foundLocation ,
124- foundImageUrl: pendingEdits .value . foundImageUrl ,
121+ foundPlayer: pendingEdits .foundPlayer ,
122+ foundTime: pendingEdits .foundTime ,
123+ foundLocation: pendingEdits .foundLocation ,
124+ foundImageUrl: pendingEdits .foundImageUrl ,
125125 },
126126 previousTag: {
127127 ... previousTag .value ,
128- mysteryPlayer: pendingEdits .value . mysteryPlayer ,
129- mysteryTime: pendingEdits .value . mysteryTime ,
130- mysteryLocation: pendingEdits .value . mysteryLocation ,
131- mysteryImageUrl: pendingEdits .value . mysteryImageUrl ,
128+ mysteryPlayer: pendingEdits .mysteryPlayer ,
129+ mysteryTime: pendingEdits .mysteryTime ,
130+ mysteryLocation: pendingEdits .mysteryLocation ,
131+ mysteryImageUrl: pendingEdits .mysteryImageUrl ,
132132 },
133133 }
134134 }
You can’t perform that action at this time.
0 commit comments