Skip to content

Commit

Permalink
fix more formatting
Browse files Browse the repository at this point in the history
  • Loading branch information
ascott18 committed Nov 16, 2023
1 parent bc9927a commit 77067fb
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -294,7 +294,7 @@ private void WriteClassPropertyMetadata(TypeScriptCodeBuilder b, ClassViewModel
{
b.Line("createOnly: true,");
}


if (prop.IsClientWritable && prop.IsClientSerializable && (
prop.Type.TsTypeKind is
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -512,7 +512,7 @@ public PropertyViewModel? ForeignKeyProperty
// Look for a property that follows convention.
?? Name + ConventionalIdSuffix;

prop = EffectiveParent.PropertyByName(name);
prop = EffectiveParent.PropertyByName(name);
}

if (prop == null || !prop.Type.IsValidKeyType || !prop.IsDbMapped)
Expand Down

0 comments on commit 77067fb

Please sign in to comment.