Skip to content

Commit

Permalink
fix(services/ghac): Fix stat_with_if_none_match been set in wrong (#5477
Browse files Browse the repository at this point in the history
)
  • Loading branch information
Xuanwo authored Dec 30, 2024
1 parent 4e99afa commit 52c96bb
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion core/src/services/ghac/backend.rs
Original file line number Diff line number Diff line change
Expand Up @@ -244,7 +244,6 @@ impl Access for GhacBackend {
.set_name(&self.version)
.set_native_capability(Capability {
stat: true,
stat_with_if_none_match: true,
stat_has_cache_control: true,
stat_has_content_length: true,
stat_has_content_type: true,
Expand Down

0 comments on commit 52c96bb

Please sign in to comment.