From 3eec6801be32555e387c2b8d035dcd1e0d213090 Mon Sep 17 00:00:00 2001 From: Francis Pion Date: Mon, 29 Jan 2024 22:11:21 -0500 Subject: [PATCH] Remove TODO. --- src/Logitar.Identity.Demo/Program.cs | 2 -- 1 file changed, 2 deletions(-) diff --git a/src/Logitar.Identity.Demo/Program.cs b/src/Logitar.Identity.Demo/Program.cs index 13d5609..112b39d 100644 --- a/src/Logitar.Identity.Demo/Program.cs +++ b/src/Logitar.Identity.Demo/Program.cs @@ -31,5 +31,3 @@ public static async Task Main(string[] args) application.Run(); } } - -// TODO(fpion): CustomAttributes are not deleted when an entity is deleted