Skip to content

Commit 634b323

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

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
@@ -166,7 +166,7 @@ func CreateGist(getClient GetClientFn, t translations.TranslationHelperFunc) (to
166166
}
167167

168168
minimalResponse := MinimalResponse{
169-
ID: createdGist.GetID(),
169+
ID: fmt.Sprintf("%s", createdGist.GetID()),
170170
URL: createdGist.GetHTMLURL(),
171171
}
172172

0 commit comments

Comments
 (0)