Box.getSpace(address, spaceName, opts) with metaData opts passed returns null timestamp
- Linguagem predominante
- JavaScript
- Estrelas
- 2
- Forks
- 1
- Métricas de merge de PRs
- Nenhum PR com merge em 30d
Descrição
I'm pretty sure this was working when it was implemented into the Hub app.
Now, hitting this end point with `const opts = {metadata: true };` returns an object with `timestamp` value as null (value of key is correctly returned, however).
Expect:
```
{
value: ,
timestamp:
Guia de contribuição
Nenhum guia de contribuição indexado para este repositório
Direção de pesquisa
Look for the Box.getSpace method in the codebase, likely in a file handling API endpoints or the Box class. Examine how metadata options are processed and where the timestamp is retrieved. Check database queries or storage layer to ensure the timestamp field is being fetched correctly. Verify the issue by writing a test that reproduces the null timestamp with metadata: true.
Escrita pelo modelo de indexação a partir do texto da issue.
Avaliação
- Stack de tecnologia
- javascript, node.js
- Domínio
- api, backend
- Tipo de issue
- Bug
- Dificuldade
- 3/5
- Tempo estimado
- 1-2 dias
- Status de atividade
- Estagnada
- Clareza
- Claramente especificada
- Facilidade para iniciantes
- 45/100