From 1aef77b12157b7ff7311cdc37a7dd4f4090a69f8 Mon Sep 17 00:00:00 2001 From: John Smith Date: Wed, 11 Dec 2024 13:47:35 +1030 Subject: [PATCH] chore: sdk-go rename handleCustomerAuth --- sdk-go/inferable.go | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/sdk-go/inferable.go b/sdk-go/inferable.go index a1062fa0..b4ce5958 100644 --- a/sdk-go/inferable.go +++ b/sdk-go/inferable.go @@ -74,9 +74,9 @@ type OnStatusChangeInput struct { Metadata interface{} `json:"metadata"` } -// Input object for handleCustomerAuth functions -// https://docs.inferable.ai/pages/auth#handlecustomerauth -type HandleCustomerAuthInput struct { +// Input object for handleCustomAuth functions +// https://docs.inferable.ai/pages/custom-auth +type HandleCustomAuthInput struct { Token string `json:"token"` }