Skip to content

Commit

Permalink
Merge pull request #309 from hyper63/twilson63/bug-core-ms-error-308
Browse files Browse the repository at this point in the history
fixed cache ttl and ms function (#308)
  • Loading branch information
twilson63 committed Sep 3, 2021
2 parents 2d8d9c0 + 14f82cd commit 32f8d2f
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion packages/core/deps.js
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
export * as R from "https://cdn.skypack.dev/ramda@^0.27.1";
export { default as crocks } from "https://cdn.skypack.dev/crocks@^0.12.4";
export * as z from "https://cdn.skypack.dev/[email protected]";
export * as ms from "https://cdn.skypack.dev/ms@2.1.3";
export { ms } from "https://deno.land/x/ms@v0.1.0/ms.ts";

export { cuid } from "https://deno.land/x/[email protected]/index.js";
export { join } from "https://deno.land/[email protected]/path/mod.ts";
Expand Down
2 changes: 1 addition & 1 deletion packages/core/lib/cache/doc_test.js
Original file line number Diff line number Diff line change
Expand Up @@ -30,7 +30,7 @@ const events = {
test(
"create cache doc",
fork(
doc.create("store", "key", { hello: "world" }).runWith({
doc.create("store", "key", { hello: "world" }, '20s').runWith({
svc: mockService,
events,
}),
Expand Down

0 comments on commit 32f8d2f

Please sign in to comment.