From 2e02b5a7a11e2dd7d3abd48d5572adec69e3b5f8 Mon Sep 17 00:00:00 2001 From: Nulo Date: Mon, 2 Jan 2023 23:45:25 -0300 Subject: [PATCH] instagram: oops --- instagram/instagram.go | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/instagram/instagram.go b/instagram/instagram.go index fd94f48..07f9b7a 100644 --- a/instagram/instagram.go +++ b/instagram/instagram.go @@ -21,7 +21,7 @@ type QueryResponse struct { EdgeMediaToCaption struct { Edges []struct { Node struct { - Text string `json:"text` + Text string `json:"text"` } `json:"node"` } `json:"edges"` } `json:"edge_media_to_caption"`