Skip to content

Commit 0a0a671

Browse files
committed
feat(cli): Interactive topics creation
1 parent 6f4e994 commit 0a0a671

File tree

1 file changed

+1
-2
lines changed

1 file changed

+1
-2
lines changed

templates/cli/lib/commands/create.js.twig

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -100,8 +100,7 @@ const createTopic = async () => {
100100
parseOutput: false
101101
})
102102

103-
// TODO: after https://github.com/appwrite/sdk-generator/pull/839
104-
// localConfig.addMessagingTopic(response);
103+
localConfig.addMessagingTopic(response);
105104
success();
106105
} catch (e) {
107106
error(e.getMessage ?? 'Unknown error occurred. Please try again');

0 commit comments

Comments
 (0)