Skip to content

Commit

Permalink
fixup! move context calculations out of a go routine
Browse files Browse the repository at this point in the history
  • Loading branch information
vahidlazio committed May 22, 2024
1 parent f5753b1 commit 314dbbb
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion confidence/confidence.go
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@ type ContextProvider interface {
}

var (
SDK_ID = "SDK_ID_GO_PROVIDER"
SDK_ID = "SDK_ID_GO_CONFIDENCE"
SDK_VERSION = "0.1.8" // x-release-please-version
)

Expand Down

0 comments on commit 314dbbb

Please sign in to comment.