Skip to content

Commit 52c96bb

Browse files
authored
fix(services/ghac): Fix stat_with_if_none_match been set in wrong (#5477)
1 parent 4e99afa commit 52c96bb

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

core/src/services/ghac/backend.rs

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -244,7 +244,6 @@ impl Access for GhacBackend {
244244
.set_name(&self.version)
245245
.set_native_capability(Capability {
246246
stat: true,
247-
stat_with_if_none_match: true,
248247
stat_has_cache_control: true,
249248
stat_has_content_length: true,
250249
stat_has_content_type: true,

0 commit comments

Comments
 (0)