Skip to content

Commit

Permalink
oops
Browse files Browse the repository at this point in the history
  • Loading branch information
stephanstapel committed Sep 5, 2023
1 parent e113069 commit e905ed1
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion BrickOwlSharp.Demos/Program.cs
Original file line number Diff line number Diff line change
Expand Up @@ -29,7 +29,7 @@ internal static class Program
{
static async Task<int> Main()
{
BrickOwlClientConfiguration.Instance.ApiKey = "5b855cb9aeaf2122398e71ec3139993688f0f74a3988247de6d2109667d878ab";
BrickOwlClientConfiguration.Instance.ApiKey = "";
BrickOwlClientConfiguration.Instance.ApiCallEvent += new BrickOwlApiCallDelegate(() =>
{
Console.WriteLine($"API called");
Expand Down

0 comments on commit e905ed1

Please sign in to comment.