Skip to content

Commit 4684976

Browse files
committed
fixed failing conflict code
1 parent dc75414 commit 4684976

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/visitor.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -40,7 +40,7 @@ export class Visitor extends TsVisitor {
4040
}
4141

4242
public getScalarType(scalarName: string): string | null {
43-
if (this.scalarDirection === 'both')
43+
if (this.scalarDirection === 'both') {
4444
return null;
4545
}
4646
const scalar = this.scalars[scalarName];

0 commit comments

Comments
 (0)