mirror of
https://gitlab.com/bignutty/labscore.git
synced 2025-06-09 06:33:05 -04:00
[nextgen] fix memory leak, change default expiry to 5 minutes
This commit is contained in:
parent
01a10135d8
commit
fe8358ccf4
3 changed files with 12 additions and 12 deletions
|
@ -1,7 +1,7 @@
|
|||
const { createEmbed, page } = require("#utils/embed");
|
||||
const { acknowledge } = require("#utils/interactions");
|
||||
|
||||
const DynamicCardStack = require("../../../labscore/cardstack/DynamicCardStack");
|
||||
const { DynamicCardStack } = require("../../../labscore/cardstack/DynamicCardStack");
|
||||
|
||||
module.exports = {
|
||||
label: "text",
|
||||
|
|
|
@ -7,7 +7,7 @@ const { acknowledge } = require('#utils/interactions');
|
|||
const { smallPill, link, pill, stringwrapPreserveWords, timestamp, TIMESTAMP_FLAGS} = require('#utils/markdown');
|
||||
const { editOrReply } = require('#utils/message');
|
||||
|
||||
const DynamicCardStack = require("../../../labscore/cardstack/DynamicCardStack");
|
||||
const { DynamicCardStack } = require("../../../labscore/cardstack/DynamicCardStack");
|
||||
const {STATIC_ASSETS} = require("#utils/statics");
|
||||
|
||||
function renderAnimeResultsPage(context, res){
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue