Skip to content

Commit 561ab0f

Browse files
fix hashmap
1 parent 844bf25 commit 561ab0f

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/getProtoTypeManifestVisitor.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -280,7 +280,7 @@ export function getProtoTypeManifestVisitor(options: {
280280
return {
281281
imports: new ImportMap(),
282282
nestedStructs: [],
283-
type: `map<${key.type}, ${value.type}> = 1`,
283+
type: `map<${key.type}, ${value.type}>`,
284284
};
285285
},
286286

0 commit comments

Comments
 (0)