Skip to content

Commit b092756

Browse files
FIREFLY-1762: Address PR feedback
1 parent c80c057 commit b092756

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

src/firefly/js/util/WebUtil.js

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1021,3 +1021,4 @@ export function createBackgroundRunner({
10211021
} );
10221022
}
10231023

1024+
export const varStr = (str) => '${' + str + '}';

0 commit comments

Comments
 (0)