File tree Expand file tree Collapse file tree
service_sync/reject_pending_changes Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -16,4 +16,5 @@ ignore_names = [
1616 " metadata" ,
1717 " recipient_email_address" ,
1818 " recipient_id" ,
19+ " unhandled_exception_logging_hidden_event"
1920]
Original file line number Diff line number Diff line change @@ -21,8 +21,8 @@ class PendingChange:
2121
2222 id : str # Id of the pending change from the change table
2323 value : str # Value of the pending change as a JSON string
24- creatorsname : str # User name of the user who made the change
25- email : str # Email address of the user who made the change
24+ _creatorsname : str # User name of the user who made the change #Reserved for future use if needed(retiring now)
25+ _email : str # Email address of the user who made the change #Reserved for future use if needed(retiring now)
2626 typeid : str # Type id of the service
2727 name : str # Name of the service
2828 uid : str # Uid of the service
You can’t perform that action at this time.
0 commit comments