Skip to content

Commit

Permalink
chore: update RPC method
Browse files Browse the repository at this point in the history
Signed-off-by: Valery Piashchynski <[email protected]>
  • Loading branch information
rustatian committed Oct 30, 2024
1 parent 92ea656 commit dafc793
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion rpc.go
Original file line number Diff line number Diff line change
Expand Up @@ -409,7 +409,7 @@ func (r *rpc) ReplayWorkflowHistory(in *protoApi.History, out *protoApi.ReplayRe
return nil
}

func (r *rpc) UpdateAPIToken(in *string, out *bool) error {
func (r *rpc) UpdateAPIKey(in *string, out *bool) error {
r.plugin.mu.Lock()
defer r.plugin.mu.Unlock()

Expand Down

0 comments on commit dafc793

Please sign in to comment.