mirror of
https://github.com/hexastack/hexabot
synced 2025-06-26 18:27:28 +00:00
feat: add ability to select an outcome in any block triggers
This commit is contained in:
@@ -14,3 +14,7 @@ export const slugify = (str: string) => {
|
||||
.replace(/\s+/g, "-")
|
||||
.replace(/-+/g, "_");
|
||||
};
|
||||
|
||||
export const getNamespace = (extensionName: string) => {
|
||||
return extensionName.replaceAll("-", "_");
|
||||
};
|
||||
|
||||
Reference in New Issue
Block a user