We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 747ac37 commit c2e43a2Copy full SHA for c2e43a2
obp-api/src/main/scala/code/ratelimiting/MappedRateLimiting.scala
@@ -153,7 +153,6 @@ object MappedRateLimitingProvider extends RateLimitingProviderTrait {
153
c.ApiVersion(apiVersion.orNull)
154
c.ConsumerId(consumerId)
155
156
- // 👇 bump timestamp for last-write-wins
157
c.updatedAt(new Date())
158
159
c.saveMe()
@@ -192,7 +191,6 @@ object MappedRateLimitingProvider extends RateLimitingProviderTrait {
192
191
193
194
195
196
197
198
0 commit comments