mirror of
https://github.com/scm-manager/scm-manager.git
synced 2025-11-14 09:25:43 +01:00
fixed error without contributors
This commit is contained in:
@@ -36,7 +36,7 @@ export type Changeset = Collection & {
|
||||
date: Date;
|
||||
author: Person;
|
||||
description: string;
|
||||
contributors: Contributor[];
|
||||
contributors?: Contributor[];
|
||||
_links: Links;
|
||||
_embedded: {
|
||||
tags?: Tag[];
|
||||
|
||||
Reference in New Issue
Block a user