mirror of
https://github.com/RGBCube/serenity
synced 2025-07-27 16:37:47 +00:00
Base: Unquote the timestamp in a quote
`fortune` was failing to read this and treating the timestamp as 0. The irony in this being a quote about the absence of boogs is not lost on me. :^)
This commit is contained in:
parent
00db1dffa8
commit
c4e8509aac
1 changed files with 1 additions and 1 deletions
|
@ -100,7 +100,7 @@
|
|||
{
|
||||
"quote": "Changelog: All boogs fixed, thar be no moar boogs",
|
||||
"author": "CxByte",
|
||||
"utc_time": "1627859603",
|
||||
"utc_time": 1627859603,
|
||||
"url": "https://github.com/SerenityOS/serenity/pull/9127#issuecomment-890603297"
|
||||
},
|
||||
{
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue