sentry icon indicating copy to clipboard operation
sentry copied to clipboard

ref(mediators): Turn project rule updater to dataclass

Open Christinarlong opened this issue 1 year ago • 1 comments

Turns Updater -> ProjectRuleUpdater to dataclass and update uses to be explicit in passing in params (kwargs['attr'] vs .get('attr') is very inconsistent and ugly rn :[ )

Christinarlong avatar Oct 15 '24 20:10 Christinarlong