add dummy revisionDate (#7608)

This commit is contained in:
Stefan Melmuk
2026-08-20 22:03:56 +02:00
committed by GitHub
parent 9e78911a2f
commit 46d71107f5
+1
View File
@@ -91,6 +91,7 @@ impl OrgPolicy {
"type": self.atype,
"data": data_json,
"enabled": self.enabled,
"revisionDate": null,
"object": "policy",
});