Skip to content

Commit c90817e

Browse files
committed
chore(cli): Marking as todo
1 parent d4b2c33 commit c90817e

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

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

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -99,7 +99,8 @@ const createTopic = async () => {
9999
parseOutput: false
100100
})
101101

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

0 commit comments

Comments
 (0)