Format FlaskMail.qll and Sendgrid.qll

This commit is contained in:
jorgectf
2022-06-03 18:27:45 +02:00
parent 897d5c9471
commit 171239b78f
2 changed files with 0 additions and 2 deletions

View File

@@ -20,7 +20,6 @@ private module Sendgrid {
/** Gets a reference to `sendgrid.helpers.mail.Mail` */
private API::Node sendgridMailInstance() { result = sendgridMailHelper().getMember("Mail") }
/** Gets a reference to a `SendGridAPIClient` instance. */
private API::Node sendgridApiClient() {
result = sendgrid().getMember("SendGridAPIClient").getReturn()

View File

@@ -18,7 +18,6 @@ private module FlaskMail {
/** Gets a reference to `flask_mail.Mail()`, `flask_sendmail.Mail()` and `flask.ext.sendmail.Mail()`. */
private API::Node flaskMailInstance() { result = flaskMail().getMember("Mail").getReturn() }
/**
* Gets a call to `mail.send()`.
*