mirror of
https://github.com/PretendoNetwork/miiverse-api.git
synced 2026-07-19 09:01:41 -05:00
Increased the expiration time for topics from 1 day to 2 days
This commit is contained in:
parent
9470efe786
commit
bcb5992ae3
|
|
@ -61,7 +61,7 @@ async function generateTopicsXML(communities: HydratedCommunityDocument[]): Prom
|
|||
result: {
|
||||
has_error: 0,
|
||||
version: 1,
|
||||
expire: moment().add(1, 'days').format('YYYY-MM-DD HH:MM:SS'),
|
||||
expire: moment().add(2, 'days').format('YYYY-MM-DD HH:MM:SS'),
|
||||
request_name: 'topics',
|
||||
topics: []
|
||||
}
|
||||
|
|
|
|||
Loading…
Reference in New Issue
Block a user