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
fix(email): restore closing brace dropped by suggestion-apply in EmailOutboxQueries
The 'Apply suggestions from code review' commit added the batchSize guard but
dropped the EmailOutboxQueries class's closing brace, breaking the build
(CS1513: } expected). Restore it and fix the method indentation.
0 commit comments