Skip to content

Commit

Permalink
修复(工程设计): 修复 ESLint 错误
Browse files Browse the repository at this point in the history
CI / CD
  • Loading branch information
ziyi2 committed Oct 11, 2023
1 parent f560124 commit ae5d071
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/core/core.ts
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@
* core('ziyi');
* ```
*/
export function core(str): string {
export function core(str: string): string {
return `Hello ${str}`;
}

Expand Down

0 comments on commit ae5d071

Please sign in to comment.