good morning!!!!

Skip to content
Snippets Groups Projects
Verified Commit bf6afbe7 authored by a's avatar a
Browse files

build

parent 136e0b32
No related branches found
No related tags found
No related merge requests found
......@@ -132,7 +132,7 @@ func (c *Client) post(req *codec.Request) (*http.Response, error) {
}
func (c *Client) Notify(ctx context.Context, method string, params any) error {
req, err := codec.NewNotification(ctx, method, params)
req, err := codec.NewRequest(ctx, nil, method, params)
if err != nil {
return err
}
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment