Skip to content

Commit bf995f0

Browse files
committed
fix: Update partner
1 parent 84b0a5e commit bf995f0

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

src/libs/replace.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -71,5 +71,5 @@ export const replaceColorFunc = (content, extension: string) => {
7171
};
7272

7373
export const replaceNoColor = (content) => {
74-
return content.replace(/#colorFunc#?/, '');
74+
return content.replace(/#colorFunc#/, '');
7575
};

0 commit comments

Comments
 (0)