Skip to content

Commit

Permalink
Fix missing model registration
Browse files Browse the repository at this point in the history
  • Loading branch information
erri120 committed Nov 12, 2024
1 parent 9a0698f commit 4dc263c
Showing 1 changed file with 1 addition and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -24,6 +24,7 @@ public static IServiceCollection AddNexusModsLibraryModels(this IServiceCollecti
.AddCollectionDownloadModel()
.AddCollectionDownloadExternalModel()
.AddCollectionDownloadNexusModsModel()
.AddColletionDownloadBundledModel()
.AddCollectionTagModel()
.AddUserModel()
.AddNexusModsCollectionLibraryFileModel();
Expand Down

0 comments on commit 4dc263c

Please sign in to comment.