mirror of
https://github.com/PretendoNetwork/BOSS.git
synced 2026-03-21 17:34:19 -05:00
fix(grpc/v1): Populate attributes on UploadFile
This commit is contained in:
parent
18b71796c6
commit
767730e42e
|
|
@ -128,6 +128,12 @@ export async function uploadFile(request: UploadFileRequest, context: CallContex
|
|||
file_key: key,
|
||||
supported_countries: supportedCountries,
|
||||
supported_languages: supportedLanguages,
|
||||
attributes: {
|
||||
attribute1: request.attribute1,
|
||||
attribute2: request.attribute2,
|
||||
attribute3: request.attribute3,
|
||||
description: request.password
|
||||
},
|
||||
creator_pid: context.user?.pid,
|
||||
name: name,
|
||||
type: type,
|
||||
|
|
|
|||
Loading…
Reference in New Issue
Block a user