Skip to content

Commit

Permalink
ConfigEntry empty etag (#18)
Browse files Browse the repository at this point in the history
  • Loading branch information
kp-cat authored Feb 27, 2023
1 parent 8a8c0ac commit 239fd3b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion lib/configcat/configentry.rb
Original file line number Diff line number Diff line change
Expand Up @@ -35,6 +35,6 @@ def to_json
}
end

EMPTY = ConfigEntry.new
EMPTY = ConfigEntry.new(etag: 'empty')
end
end

0 comments on commit 239fd3b

Please sign in to comment.