Skip to content

Commit

Permalink
Removing namespace added for testing
Browse files Browse the repository at this point in the history
Changed the namespace because the script I was testing with already had
Fake added and I wasn't sure if #r-ing SlackNotification.fs into the
script would mess up if they were in the same namespace. So I changed
it and now I am deleting it.
  • Loading branch information
mastion committed Jul 26, 2019
1 parent df21d49 commit 79f5327
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/app/Fake.Api.Slack/SlackNotification.fs
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
namespace Fake.Api.MyApi
namespace Fake.Api

#if NETSTANDARD
open System.Net.Http
Expand Down

0 comments on commit 79f5327

Please sign in to comment.