tulsawebdevs / services-voting

A microservice backend for tracking proposed meetup topics and civic projects and voting on them
1 stars 8 forks source link

chore: handle null properties and remove repeated code in proposals, drafts, and votes #49

Closed randomontherun closed 5 months ago

randomontherun commented 5 months ago

FIX redundant types in drafts ADD handleDraftUpdates helper function ADD filterNullValues helper function ADD DraftBody type for handleDraftUpdates function