Skip to content

Commit

Permalink
fix permissions
Browse files Browse the repository at this point in the history
  • Loading branch information
GraemeFulton committed Jun 26, 2024
1 parent f0d01a5 commit 0c7af10
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion components/Editor/editorHooks/editPost/useLoadCombined.js
Original file line number Diff line number Diff line change
Expand Up @@ -84,7 +84,6 @@ const useLoad = ({ user, interview, productName } = {}) => {
const post = data.userPostId;

const userHasPermission = checkPermissions(post);
console.log(userHasPermission)
Sentry.captureMessage(`#33 80 getUserArticle: ${post?.id}`, {
extra: data,
});
Expand Down

0 comments on commit 0c7af10

Please sign in to comment.