Skip to content

Commit

Permalink
Merge pull request #4228 from coralproject/hotfix/bad-imports
Browse files Browse the repository at this point in the history
HOTFIX (8.0.4): resolve bad import in dataCache
  • Loading branch information
tessalt authored Apr 26, 2023
2 parents c39c078 + 4c5f86f commit 8d9bdad
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 4 deletions.
4 changes: 2 additions & 2 deletions package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@coralproject/talk",
"version": "8.0.3",
"version": "8.0.4",
"author": "The Coral Project",
"homepage": "https://coralproject.net/",
"sideEffects": [
Expand Down
2 changes: 1 addition & 1 deletion src/core/server/data/cache/dataCache.ts
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ import { hasFeatureFlag } from "coral-server/models/tenant";
import { AugmentedRedis } from "coral-server/services/redis";
import { TenantCache } from "coral-server/services/tenant/cache";

import { GQLFEATURE_FLAG } from "core/client/framework/schema/__generated__/types";
import { GQLFEATURE_FLAG } from "coral-server/graph/schema/__generated__/types";

import { CommentActionsCache } from "./commentActionsCache";
import { CommentCache } from "./commentCache";
Expand Down

0 comments on commit 8d9bdad

Please sign in to comment.