Skip to content

Commit

Permalink
patch - clean relations type.
Browse files Browse the repository at this point in the history
  • Loading branch information
KevinJump committed Jun 29, 2021
1 parent e264eee commit f41034d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion uSync8.ContentEdition/Serializers/ContentSerializerBase.cs
Original file line number Diff line number Diff line change
Expand Up @@ -938,7 +938,7 @@ protected void CleanRelations(TObject item, string relationType)
}
catch(Exception exception)
{
logger.Warn<ContentSerializer>(exception, "Error cleaning up relations: {id}", item.Id)
logger.Warn<ContentSerializer>(exception, "Error cleaning up relations: {id}", item.Id);
}

}
Expand Down

0 comments on commit f41034d

Please sign in to comment.