We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 8a8c0ac commit 239fd3bCopy full SHA for 239fd3b
lib/configcat/configentry.rb
@@ -35,6 +35,6 @@ def to_json
35
}
36
end
37
38
- EMPTY = ConfigEntry.new
+ EMPTY = ConfigEntry.new(etag: 'empty')
39
40
0 commit comments