Skip to content

Commit

Permalink
fix(history): Include the foreign field in history requests
Browse files Browse the repository at this point in the history
  • Loading branch information
dustmop committed Mar 2, 2020
1 parent 1ccc244 commit 52c5cc1
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions base/log.go
Original file line number Diff line number Diff line change
Expand Up @@ -35,6 +35,7 @@ func DatasetLog(ctx context.Context, r repo.Repo, ref reporef.DatasetRef, limit,
}
}
}
versions[i].Foreign = !local
}
}
return versions, nil
Expand Down

0 comments on commit 52c5cc1

Please sign in to comment.