Skip to content

Commit

Permalink
Minor
Browse files Browse the repository at this point in the history
  • Loading branch information
itaikla authored Feb 9, 2024
1 parent 2532b58 commit a68e9fa
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 1 deletion.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,3 @@
# lighthouse-automation

This script detects google lighthouse page ranking, by using its api.
This repo includes some scripts which monitoring SEO analyzing tools APIs, like Google Lighthouse, and Google Search Console.
2 changes: 2 additions & 0 deletions utils/notifications.js
Original file line number Diff line number Diff line change
@@ -1,3 +1,5 @@
import { Logger } from '../logger';

export function sendEmail(recipient, subject, body) {
try {
MailApp.sendEmail({
Expand Down

0 comments on commit a68e9fa

Please sign in to comment.