Box.getSpace(address, spaceName, opts) with metaData opts passed returns null timestamp
- 主要言語
- JavaScript
- スター
- 2
- フォーク
- 1
- PR マージ指標
- 30日以内にマージされた PR はありません
説明
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:
コントリビューションガイド
このリポジトリのコントリビューションガイドは索引されていません
調査の方向性
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.
索引モデルが issue の本文から書いたものです。
評価
- 技術スタック
- javascript, node.js
- 領域
- api, backend
- issue の種類
- バグ
- 難易度
- 3/5
- 見積もり時間
- 1〜2日
- 活発さ
- 停滞
- 明瞭さ
- 明確に書かれている
- 初心者へのやさしさ
- 45/100