whoops compile error

This commit is contained in:
Neil Alexander 2020-03-06 13:58:00 +00:00
parent adf2726f20
commit 16365357b7

View file

@ -695,7 +695,7 @@ func (v StateResolution) resolveConflictsV2(
notConflicted, conflicted []types.StateEntry,
) ([]types.StateEntry, error) {
var eventIDMap map[string]StateEntry
var eventIDMap map[string]types.StateEntry
// Load the conflicted events
conflictedEvents, conflictedEventMap, err := v.loadStateEvents(ctx, conflicted)