File size: 119 Bytes
d9494a5
 
 
 
 
1
2
3
4
5
6
export const getLogicFunctionSubfolderForFromSource = (
  logicFunctionId: string,
) => {
  return logicFunctionId;
};