dbd-soft-ui
Advanced tools
Comparing version 1.7.25-beta.1 to 1.7.26-beta.1
{ | ||
"name": "dbd-soft-ui", | ||
"version": "1.7.25-beta.1", | ||
"version": "1.7.26-beta.1", | ||
"typings": "dbd-soft-ui.d.ts", | ||
@@ -5,0 +5,0 @@ "author": { |
@@ -80,3 +80,3 @@ const Discord = require('discord.js') | ||
} | ||
toggle[category.categoryId] = catGAS.find(o => o.optionId === "categoryToggle") || null; | ||
toggle[category.categoryId] = catGAS.find(o => o.optionId === "categoryToggle")?.data || null; | ||
catGAS = catGAS.filter((c) => c.optionId !== 'categoryToggle') | ||
@@ -83,0 +83,0 @@ } |
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
11800616