You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
In the class RollbackSynchronizer
It is set, and it is cleared, but it is never used anywhere in the project. Does it have a purpose in this version, or was it a leftover? _auth_input_props does everything required after all. Perhaps it was exclusively to be used by the server? (so the server uses _record_input_props instead of _auth_input_props ?
The text was updated successfully, but these errors were encountered:
TheYellowArchitect
changed the title
_record_input_props: Array[PropertyEntry] is unused
Unused variable: _record_input_props: Array[PropertyEntry]
Aug 23, 2024
In the class
RollbackSynchronizer
It is set, and it is cleared, but it is never used anywhere in the project. Does it have a purpose in this version, or was it a leftover?
_auth_input_props
does everything required after all. Perhaps it was exclusively to be used by the server? (so the server uses_record_input_props
instead of_auth_input_props
?The text was updated successfully, but these errors were encountered: