thumb param
This commit is contained in:
parent
e34f451025
commit
f8ff4cfc8f
2 changed files with 3 additions and 3 deletions
2
dist/bundle.es.js
vendored
2
dist/bundle.es.js
vendored
|
@ -4407,7 +4407,7 @@ function doCollectionPublishUpdate(options) {
|
|||
const updateParams = {
|
||||
bid: creditsToString(options.bid),
|
||||
title: options.title,
|
||||
thumbnail_url: options.thumbnailUrl,
|
||||
thumbnail_url: options.thumbnail_url,
|
||||
description: options.description,
|
||||
tags: [],
|
||||
languages: options.languages || [],
|
||||
|
|
|
@ -809,7 +809,7 @@ export function doCollectionPublishUpdate(options: {
|
|||
bid?: string,
|
||||
blocking?: true,
|
||||
title?: string,
|
||||
thumbnailUrl?: string,
|
||||
thumbnail_url?: string,
|
||||
description?: string,
|
||||
claim_id: string,
|
||||
tags?: Array<Tag>,
|
||||
|
@ -836,7 +836,7 @@ export function doCollectionPublishUpdate(options: {
|
|||
} = {
|
||||
bid: creditsToString(options.bid),
|
||||
title: options.title,
|
||||
thumbnail_url: options.thumbnailUrl,
|
||||
thumbnail_url: options.thumbnail_url,
|
||||
description: options.description,
|
||||
tags: [],
|
||||
languages: options.languages || [],
|
||||
|
|
Loading…
Reference in a new issue