This website requires JavaScript.
Explore
Help
Sign In
wkc
/
no-twitter-bot-stats
Watch
1
Star
0
Fork
0
You've already forked no-twitter-bot-stats
Code
Issues
Pull Requests
Actions
Packages
Projects
Releases
Wiki
Activity
Files
f37f781d4e036c9ab41ef3185f26a7179a545895
no-twitter-bot-stats
/
src
History
Lucid
f37f781d4e
Some checks failed
Main / build-and-push-docker-image (20.x) (push)
Failing after 4m14s
Details
Added failsafe in increment function that will create a new DailyStat document if the latest one is not the current day. Added a check in the cron function to check that it won't create a new document if the latest DailyStat is for the current date.
2025-12-10 19:05:34 -05:00
..
app
Secured mutations with an api-key. When in production mode it should return null if an API key is not provided or is incorrect.
2025-12-10 16:42:21 -05:00
components
Fixed production issues, fixed render issues, added secret and env variables into dockerfile and gihub actions files, remade dockerfile and github actions
2025-12-06 22:18:46 -05:00
graphql
Added failsafe in increment function that will create a new DailyStat document if the latest one is not the current day. Added a check in the cron function to check that it won't create a new document if the latest DailyStat is for the current date.
2025-12-10 19:05:34 -05:00
lib
Fix bug when converting date timestamp to date object. Updated the createdAt type.
2025-12-04 12:29:00 -05:00
prisma
Fix bug when converting date timestamp to date object. Updated the createdAt type.
2025-12-04 12:29:00 -05:00
types
Fix bug when converting date timestamp to date object. Updated the createdAt type.
2025-12-04 12:29:00 -05:00