Skip to content

Commit 2271b9a

Browse files
committed
remove: todo.
1 parent c0f5b62 commit 2271b9a

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

  • src/routes/(console)/organization-[organization]/change-plan

src/routes/(console)/organization-[organization]/change-plan/+page.svelte

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -110,7 +110,7 @@
110110
queries: [
111111
Query.equal('teamId', data.organization.$id),
112112
Query.limit(1000),
113-
Query.select(['$id', 'name']) // TODO: @itznotabug, check if we need to add `$createdAt`
113+
Query.select(['$id', 'name'])
114114
]
115115
});
116116
} catch {

0 commit comments

Comments
 (0)