refactor: remove lodash #204
Annotations
3 errors and 1 warning
ci
Argument of type '{ workspaceId: string; name: string; payload: { items: { type: "text" | "select" | "email"; label: string; name: string; options?: string[] | undefined; }[]; }; }' is not assignable to parameter of type '{ workspaceId: string; name: string; payload: { items: { type: "text" | "select" | "email"; label: string; name: string; options?: string[] | undefined; }[]; }; feedChannelIds: string[]; feedTemplate: string; }'.
|
ci
Argument of type '{ id: string; workspaceId: string; name: string; payload: { items: { name: string; label: string; type: "text"; }[]; }; createdAt: string; updatedAt: string; }' is not assignable to parameter of type '{ id: string; name: string; createdAt: string; updatedAt: string; workspaceId: string; payload: { items: { type: "text" | "select" | "email"; label: string; name: string; options?: string[] | undefined; }[]; }; feedChannelIds: string[]; feedTemplate: string; }'.
|
ci
Process completed with exit code 2.
|
ci
The following actions use a deprecated Node.js version and will be forced to run on node20: actions/setup-node@v3, pnpm/action-setup@v2, actions/cache@v3. For more info: https://github.blog/changelog/2024-03-07-github-actions-all-actions-will-run-on-node20-instead-of-node16-by-default/
|