Skip to content

Commit

Permalink
refactor: unexport variable
Browse files Browse the repository at this point in the history
  • Loading branch information
Devessier committed Dec 18, 2024
1 parent dbb67d4 commit c91f188
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
import { isDefined } from 'twenty-ui';

export const CAPTURE_ALL_VARIABLE_TAG_INNER_REGEX = /{{([^{}]+)}}/g;
const CAPTURE_ALL_VARIABLE_TAG_INNER_REGEX = /{{([^{}]+)}}/g;

export const extractVariableLabel = (rawVariableName: string) => {
const variableWithoutBrackets = rawVariableName.replace(
Expand Down

0 comments on commit c91f188

Please sign in to comment.