From 6f4fc38d7cba1666fc2cfb00a0615f98bf1e32d3 Mon Sep 17 00:00:00 2001 From: Atridad Lahiji Date: Tue, 14 May 2024 22:50:25 -0600 Subject: [PATCH] How did this get through???? --- lib/spotify.go | 2 +- lib/sse.go | 1 + 2 files changed, 2 insertions(+), 1 deletion(-) diff --git a/lib/spotify.go b/lib/spotify.go index 30f4df7..40c1859 100644 --- a/lib/spotify.go +++ b/lib/spotify.go @@ -79,7 +79,7 @@ func CurrentlyPlayingTrackSSE(ctx context.Context, pubSub pubsub.PubSub) error { return SendSSE(ctx, pubSub, "spotify", `
🔥
`) } else { - SendSSE(ctx, pubSub, "spotify", "") + SendSSE(ctx, pubSub, "spotify", "") } return nil diff --git a/lib/sse.go b/lib/sse.go index ae47931..52a07af 100644 --- a/lib/sse.go +++ b/lib/sse.go @@ -131,3 +131,4 @@ func HandleIncomingMessages(c echo.Context, pubsub pubsub.PubSubMessage, client } mutex.Unlock() } +}