Skip to content

Commit 239fd3b

Browse files
authored
ConfigEntry empty etag (#18)
1 parent 8a8c0ac commit 239fd3b

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

lib/configcat/configentry.rb

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -35,6 +35,6 @@ def to_json
3535
}
3636
end
3737

38-
EMPTY = ConfigEntry.new
38+
EMPTY = ConfigEntry.new(etag: 'empty')
3939
end
4040
end

0 commit comments

Comments
 (0)