Merge branch 'fix-groups-test' into 'develop'
Fix type See merge request soapbox-pub/soapbox!2512
This commit is contained in:
commit
857aded8c7
1 changed files with 1 additions and 1 deletions
|
@ -79,7 +79,7 @@ function buildRelationship(props: Partial<Relationship> = {}): Relationship {
|
||||||
}, props));
|
}, props));
|
||||||
}
|
}
|
||||||
|
|
||||||
function buildStatus(props: Partial<Status> = {}): Status {
|
function buildStatus(props: Partial<Status> = {}) {
|
||||||
return normalizeStatus(Object.assign({
|
return normalizeStatus(Object.assign({
|
||||||
id: uuidv4(),
|
id: uuidv4(),
|
||||||
}, props));
|
}, props));
|
||||||
|
|
Loading…
Reference in a new issue