Skip to content

Commit 24ac975

Browse files
chore: revert changes
1 parent 190e10d commit 24ac975

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

application/CohortManager/src/Functions/Shared/DataServices.Database/DataServicesContext.cs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -21,7 +21,7 @@ public class DataServicesContext : DbContext
2121
DbSet<GenderMaster> genderMasters { get; set; }
2222
DbSet<NemsSubscription> nemsSubscriptions { get; set; }
2323
DbSet<ServicenowCases> servicenowCases { get; set; }
24-
24+
2525
public DataServicesContext(DbContextOptions<DataServicesContext> options) : base(options)
2626
{ }
2727

0 commit comments

Comments
 (0)