Skip to content

Commit

Permalink
Merge pull request #43 from Fgruntjes/initial-build
Browse files Browse the repository at this point in the history
deploy test
  • Loading branch information
Fgruntjes authored Oct 12, 2022
2 parents ed00b36 + a5c4ac4 commit 3249a83
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 3 deletions.
2 changes: 1 addition & 1 deletion App.Function.Banktransaction.Import/src/Program.cs
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@
{
app.UseSentryTracing();
}
if (!app.Environment.IsProduction())
else
{
app.UseSwagger();
app.UseSwaggerUI();
Expand Down
Original file line number Diff line number Diff line change
@@ -1,8 +1,6 @@
using System.Diagnostics.Contracts;
using App.Lib.Dto;
using App.LibDatabase;
using App.LibDatabase.Document;
using MongoDB.Bson;
using MongoDB.Driver;

namespace App.Function.Banktransaction.Import.Service;
Expand Down

0 comments on commit 3249a83

Please sign in to comment.