Skip to content

Commit

Permalink
fix(key): return stars to show key is hidden
Browse files Browse the repository at this point in the history
  • Loading branch information
darkweak committed Nov 5, 2024
1 parent a72ca34 commit f99e932
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion pkg/rfc/cache_status.go
Original file line number Diff line number Diff line change
Expand Up @@ -67,7 +67,7 @@ func GetCacheKeyFromCtx(currentCtx ctx.Context) string {
}
}

return ""
return "*****"
}

// MissCache set miss fwd
Expand Down

0 comments on commit f99e932

Please sign in to comment.