Skip to content

Commit fef3e67

Browse files
committed
cat: use "ref" to append from old version
This allows for make sure that values are loaded for _current. see #79110
1 parent a350462 commit fef3e67

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

  • server/db_pre_save+webhook

server/db_pre_save+webhook/cat.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,7 @@ process.stdin.on('end', () => {
2020
for (const obj of data.objects) {
2121
if (obj.bounce?._version > 1 && obj.bounce?.ref) {
2222
// add hint about current to "ref"
23-
obj.bounce.ref += ", current version: "+obj._current?.bounce._version
23+
obj.bounce.ref += ", old ref: "+obj._current?.bounce.ref
2424
}
2525
}
2626
} catch(e) {

0 commit comments

Comments
 (0)