Skip to content

Commit

Permalink
修改启动报错
Browse files Browse the repository at this point in the history
  • Loading branch information
pangdogs committed Sep 28, 2024
1 parent 73e773b commit 57011db
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion plugins/rpc/callpath/cache.go
Original file line number Diff line number Diff line change
Expand Up @@ -60,7 +60,7 @@ func Cache(script, method string) uint32 {

mutex.Lock()
cached := &_Cached{
Script: method,
Script: script,
Method: method,
}

Expand Down

0 comments on commit 57011db

Please sign in to comment.