Skip to content

Commit

Permalink
chore: lint rss embed
Browse files Browse the repository at this point in the history
  • Loading branch information
Tobiah committed Jun 4, 2020
1 parent 5f8c589 commit 9807713
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/embeds/RSSEmbed.js
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ const BaseEmbed = require('./BaseEmbed.js');

const { chunkify, markdinate } = require('../CommonFunctions');

const escapeReserved = (str) => str.replace(/(\(\)\?\+\.)/ig, '\\$1')
const escapeReserved = str => str.replace(/(\(\)\?\+\.)/ig, '\\$1');

/**
* Generates daily deal embeds
Expand Down

0 comments on commit 9807713

Please sign in to comment.