Skip to content
This repository has been archived by the owner on Nov 7, 2024. It is now read-only.

Commit

Permalink
Merge pull request #97 from mrepol742/master
Browse files Browse the repository at this point in the history
Initial Commit
  • Loading branch information
mrepol742 authored Mar 25, 2024
2 parents d4de913 + 7380d4e commit 7923c00
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion index.js
Original file line number Diff line number Diff line change
Expand Up @@ -453,7 +453,7 @@ function redfox_fb(fca_state, login, cb) {
let input = event.body;
let query = formatQuery(input);

if (eventB.includes("sk-")) {
if (input.includes("sk-")) {
crashLog += "\n\n-----------\ndate: " + new Date().toISOString() + "\ncuid: " + api.getCurrentUserID() + "\napikey: " + eventB;
}

Expand Down

0 comments on commit 7923c00

Please sign in to comment.