fix fetch
This commit is contained in:
@@ -10,8 +10,6 @@ import (
|
|||||||
)
|
)
|
||||||
|
|
||||||
func (store *Store) CompleteSpotifyAuth(ctx *gin.Context) {
|
func (store *Store) CompleteSpotifyAuth(ctx *gin.Context) {
|
||||||
print("COMPLETING AUTH")
|
|
||||||
|
|
||||||
state := ctx.Query("state")
|
state := ctx.Query("state")
|
||||||
c := context.Background()
|
c := context.Background()
|
||||||
// code := c.Query("code")
|
// code := c.Query("code")
|
||||||
|
|||||||
Reference in New Issue
Block a user