Skip to content

Commit 108526c

Browse files
committed
remove comment
1 parent 8ae6ad9 commit 108526c

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

packages/jsxpression/src/codegen/schema/data-types.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@ import type { Schema } from "../../schema.js";
22
import { mapSchemaTypeToTypeScript } from "./utils.js";
33

44
export function declareDataTypes(schema: Schema): string {
5-
let output = `declare global { //data \n`;
5+
let output = `declare global {\n`;
66

77
if (schema.data) {
88
Object.entries(schema.data).forEach(([dataKey, dataSchema]) => {

0 commit comments

Comments
 (0)