Skip to content

Commit cd46fe0

Browse files
vicbjames-elicx
andauthored
Update packages/cloudflare/src/api/overrides/tag-cache/d1-tag-cache.ts
Co-authored-by: James Anderson <[email protected]>
1 parent 61eb85f commit cd46fe0

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

packages/cloudflare/src/api/overrides/tag-cache/d1-tag-cache.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,7 @@ import { getCloudflareContext } from "../../cloudflare-context.js";
1818
* **Tag revalidations table**
1919
*
2020
* Revalidation times for tags are stored in a `revalidations` table that contains two columns; `tags`,
21-
* and `revalidatedAt`..
21+
* and `revalidatedAt`.
2222
*/
2323
class D1TagCache implements OriginalTagCache {
2424
public readonly name = "d1-tag-cache";

0 commit comments

Comments
 (0)