mirror of
https://gitlab.com/bignutty/labscore.git
synced 2025-06-08 14:13:02 -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",
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue