Implement the new init method #195
Annotations
1 error and 10 warnings
Run export NODE_OPTIONS="--max_old_space_size=4096"
Process completed with exit code 1.
|
Run export NODE_OPTIONS="--max_old_space_size=4096":
packages/app/src/app/(protected)/_components/EditWorkspaceDialog.tsx#L69
Promises must be awaited, end with a call to .catch, end with a call to .then with a rejection handler or be explicitly marked as ignored with the `void` operator
|
Run export NODE_OPTIONS="--max_old_space_size=4096":
packages/app/src/app/(protected)/_components/EditWorkspaceDialog.tsx#L70
Promises must be awaited, end with a call to .catch, end with a call to .then with a rejection handler or be explicitly marked as ignored with the `void` operator
|
Run export NODE_OPTIONS="--max_old_space_size=4096":
packages/app/src/app/(protected)/_components/InviteGuestsDialog.tsx#L67
Promises must be awaited, end with a call to .catch, end with a call to .then with a rejection handler or be explicitly marked as ignored with the `void` operator
|
Run export NODE_OPTIONS="--max_old_space_size=4096":
packages/app/src/app/(protected)/_components/InviteGuestsDialog.tsx#L160
Promises must be awaited, end with a call to .catch, end with a call to .then with a rejection handler or be explicitly marked as ignored with the `void` operator
|
Run export NODE_OPTIONS="--max_old_space_size=4096":
packages/app/src/app/(protected)/_components/InviteGuestsDialog.tsx#L168
Promises must be awaited, end with a call to .catch, end with a call to .then with a rejection handler or be explicitly marked as ignored with the `void` operator
|
Run export NODE_OPTIONS="--max_old_space_size=4096":
packages/app/src/app/(protected)/_components/InviteTeamMembersPrompt.tsx#L56
Promises must be awaited, end with a call to .catch, end with a call to .then with a rejection handler or be explicitly marked as ignored with the `void` operator
|
Run export NODE_OPTIONS="--max_old_space_size=4096":
packages/app/src/app/(protected)/_components/NewWorkspaceDialog.tsx#L59
Promises must be awaited, end with a call to .catch, end with a call to .then with a rejection handler or be explicitly marked as ignored with the `void` operator
|
Run export NODE_OPTIONS="--max_old_space_size=4096":
packages/app/src/app/(protected)/_components/NewWorkspaceDialog.tsx#L60
Promises must be awaited, end with a call to .catch, end with a call to .then with a rejection handler or be explicitly marked as ignored with the `void` operator
|
Run export NODE_OPTIONS="--max_old_space_size=4096":
packages/app/src/app/(protected)/_components/NotificationsPopover.tsx#L60
Promises must be awaited, end with a call to .catch, end with a call to .then with a rejection handler or be explicitly marked as ignored with the `void` operator
|
Run export NODE_OPTIONS="--max_old_space_size=4096":
packages/app/src/app/(protected)/_components/NotificationsPopover.tsx#L61
Promises must be awaited, end with a call to .catch, end with a call to .then with a rejection handler or be explicitly marked as ignored with the `void` operator
|
The logs for this run have expired and are no longer available.
Loading