Skip to content

Commit 022c951

Browse files
Update pkg/github/gists.go
Co-authored-by: Copilot <[email protected]>
1 parent 634b323 commit 022c951

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

pkg/github/gists.go

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -255,7 +255,7 @@ func UpdateGist(getClient GetClientFn, t translations.TranslationHelperFunc) (to
255255
}
256256

257257
minimalResponse := MinimalResponse{
258-
ID: updatedGist.GetID(),
258+
ID: fmt.Sprintf("%s", updatedGist.GetID()),
259259
URL: updatedGist.GetHTMLURL(),
260260
}
261261

0 commit comments

Comments
 (0)