Closed xbtmatt closed 1 month ago
The latest updates on your projects. Learn more about Vercel for Git āļø
Name | Status | Preview | Comments | Updated (UTC) |
---|---|---|---|---|
emojicoin-dot-fun | ā Ready (Inspect) | Visit Preview | š¬ Add feedback | Oct 10, 2024 1:23am |
emojicoin-dot-fun-docs | ā Ready (Inspect) | Visit Preview | š¬ Add feedback | Oct 10, 2024 1:23am |
Description
The chart is currently not dividing the time returned by a function that takes in a bigint of microseconds, so it thinks it's nearly the year 50,000.
During the big update for indexer v2, the
server-env.ts
file lost itsimport "server-only"
directive at the top of the file. Currently it can be accidentally imported to client files. I've also fixed thatserver-only
import to the server environment variables file, move it to a folder for server actions that we may use laterTesting
I'll add unit tests for some of this logic later, but for now we just have to visually ensure it's correct. It's extremely obviously wrong at the moment, so just check that the latest bar on the chart is
'24
and not the year 50447 (will display as'47
) and that means it's working correctly.Checklist