Skip to content

Commit 0a98b65

Browse files
committed
Remove unused function
1 parent 7666478 commit 0a98b65

File tree

1 file changed

+0
-6
lines changed

1 file changed

+0
-6
lines changed

apps/webapp/app/services/realtimeClient.server.ts

Lines changed: 0 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -364,8 +364,6 @@ export class RealtimeClient {
364364
) {
365365
const shapeId = extractShapeId(url);
366366

367-
url = await this.#handleCreatedAtFilter(url, shapeId);
368-
369367
logger.debug("[realtimeClient] request", {
370368
url: url.toString(),
371369
});
@@ -442,10 +440,6 @@ export class RealtimeClient {
442440
}
443441
}
444442

445-
async #handleCreatedAtFilter(url: URL, shapeId?: string | null) {
446-
return url;
447-
}
448-
449443
async #incrementAndCheck(environmentId: string, requestId: string, limit: number) {
450444
const key = this.#getKey(environmentId);
451445
const now = Date.now();

0 commit comments

Comments
 (0)