fix(grpc/v1): Populate attributes on UploadFile
Some checks are pending
Build and Publish Docker Image / Build and Publish Docker Image (amd64) (push) Waiting to run
Build and Publish Docker Image / Build and Publish Docker Image (arm64) (push) Waiting to run

This commit is contained in:
Daniel López Guimaraes 2025-11-09 01:19:01 +00:00
parent 18b71796c6
commit 767730e42e
No known key found for this signature in database
GPG Key ID: 6AC74DE3DEF050E0

View File

@ -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,