Skip to content

Commit

Permalink
Oops
Browse files Browse the repository at this point in the history
  • Loading branch information
C0nquistadore committed Aug 12, 2022
1 parent 6923afe commit 714bafe
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/PhoneBox.TapiService/TapiConnector.cs
Original file line number Diff line number Diff line change
Expand Up @@ -63,7 +63,7 @@ public async void Event(TAPI_EVENT TapiEvent, object pEvent)
if (this._registrations.TryGetValue(subscriber, out Func<string, Task> handler))
{
string phoneNumber = CallInfoAsText(TapiEvent, notificationEvent.Call);
await handler(phoneNumber)
await handler(phoneNumber);
}

}
Expand Down

0 comments on commit 714bafe

Please sign in to comment.