Skip to content

Commit

Permalink
Merge pull request #57 from kaylalei/f24
Browse files Browse the repository at this point in the history
deploy nodebb using team kale translator service for translate api call
  • Loading branch information
kaylalei authored Nov 14, 2024
2 parents d5f66ec + 69b3ed6 commit 9cc9cf1
Show file tree
Hide file tree
Showing 2 changed files with 0 additions and 1 deletion.
Binary file modified dump.rdb
Binary file not shown.
1 change: 0 additions & 1 deletion test/categories.js
Original file line number Diff line number Diff line change
Expand Up @@ -158,7 +158,6 @@ describe('Categories', () => {
moveTid = topic.topicData.tid;
await Topics.reply({ uid: posterUid, content: 'test post', tid: moveTid });
});

it('should move posts from one category to another', (done) => {
Categories.moveRecentReplies(moveTid, categoryObj.cid, moveCid, (err) => {
assert.ifError(err);
Expand Down

0 comments on commit 9cc9cf1

Please sign in to comment.