fixed error without contributors

This commit is contained in:
Sebastian Sdorra
2020-06-11 08:08:47 +02:00
parent ce2212d41f
commit 9d6621ca51
3 changed files with 11 additions and 3 deletions

View File

@@ -36,7 +36,7 @@ export type Changeset = Collection & {
date: Date;
author: Person;
description: string;
contributors: Contributor[];
contributors?: Contributor[];
_links: Links;
_embedded: {
tags?: Tag[];