flightstats/hub

DRY up Spoke content DAO logic

Exide opened this issue · 2 comments

Exide commented

When SpokeContentDao was split into SpokeReadContentDao and SpokeWriteContentDao there was some duplicated logic. The common logic could be moved to a utility class.

This will be simpler after the new Spoke API endpoints are everywhere.

Exide commented

Resolved by #1021