Skip to content

fix newsetter functionality and sending emails to the subscribers #254

fix newsetter functionality and sending emails to the subscribers

fix newsetter functionality and sending emails to the subscribers #254

Triggered via pull request November 26, 2023 18:53
Status Success
Total duration 3m 28s
Artifacts

lint.yml

on: pull_request
Fit to window
Zoom out
Zoom in

Annotations

13 warnings
💅 Prettier
The following actions uses node12 which is deprecated and will be forced to run on node16: actions/checkout@v2, actions/setup-node@v2. For more info: https://github.blog/changelog/2023-06-13-github-actions-all-actions-will-run-on-node16-instead-of-node12-by-default/
⬣ ESLint
The following actions uses node12 which is deprecated and will be forced to run on node16: actions/checkout@v2, actions/setup-node@v2. For more info: https://github.blog/changelog/2023-06-13-github-actions-all-actions-will-run-on-node16-instead-of-node12-by-default/
⬣ ESLint: src/components/Cards/__test__/ChatCard.test.js#L10
Using `<img>` could result in slower LCP and higher bandwidth. Consider using `<Image />` from `next/image` to automatically optimize images. This may incur additional usage or cost from your provider. See: https://nextjs.org/docs/messages/no-img-element
⬣ ESLint: src/context/AuthContext.js#L44
'token' is assigned a value but never used. Allowed unused vars must match /^_/u
⬣ ESLint: src/context/AuthContext.js#L47
Unexpected console statement
⬣ ESLint: src/context/AuthContext.js#L53
'errorCode' is assigned a value but never used. Allowed unused vars must match /^_/u
⬣ ESLint: src/context/AuthContext.js#L54
'errorMessage' is assigned a value but never used. Allowed unused vars must match /^_/u
⬣ ESLint: src/context/AuthContext.js#L57
'email' is assigned a value but never used. Allowed unused vars must match /^_/u
⬣ ESLint: src/context/AuthContext.js#L60
'credential' is assigned a value but never used. Allowed unused vars must match /^_/u
⬣ ESLint: src/context/AuthContext.js#L73
Unexpected console statement
⬣ ESLint: src/context/AuthContext.js#L92
Unexpected console statement
⬣ ESLint: src/context/AuthContext.js#L94
'email' is assigned a value but never used. Allowed unused vars must match /^_/u
🃏 Test
The following actions uses node12 which is deprecated and will be forced to run on node16: actions/checkout@v2, actions/setup-node@v2. For more info: https://github.blog/changelog/2023-06-13-github-actions-all-actions-will-run-on-node16-instead-of-node12-by-default/