Skip to content

Commit

Permalink
Merge branch 'main' into next
Browse files Browse the repository at this point in the history
  • Loading branch information
nocobase[bot] committed Dec 23, 2024
2 parents 4f3ca77 + 4a9840d commit 297a765
Show file tree
Hide file tree
Showing 2 changed files with 0 additions and 2 deletions.
1 change: 0 additions & 1 deletion packages/plugins/@nocobase/plugin-action-template-print
Submodule plugin-action-template-print deleted from d4d305
Original file line number Diff line number Diff line change
Expand Up @@ -73,7 +73,6 @@ export default function defineMyInAppChannels({ app }: { app: Application }) {
SELECT messages.${messagesFieldName.channelName}
FROM ${messagesTableName} AS messages
WHERE messages.${messagesFieldName.status} = '${status}'
AND messages.${messagesFieldName.userId} = ${userId}
)`);
return { name: { [Op.in]: sql } };
};
Expand Down

0 comments on commit 297a765

Please sign in to comment.