Skip to content

Commit a61189c

Browse files
committed
fix: rebuild
1 parent 5e94500 commit a61189c

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

dev-demo/api.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,7 @@ type DashboardCarRecord = {
2020
engine_type: string;
2121
body_type: string;
2222
};
23-
23+
2424
function toNumber(value: string | number | null): number {
2525
if (typeof value === 'number') {
2626
return value;

0 commit comments

Comments
 (0)