mirror of
https://github.com/hpware/news-analyze.git
synced 2025-06-23 13:04:23 +00:00
Add a little success pop up.
Some checks are pending
Build and Push Latest Image / build-and-push (push) Waiting to run
Some checks are pending
Build and Push Latest Image / build-and-push (push) Waiting to run
This commit is contained in:
parent
b5217e04fe
commit
5445a3d1c0
2 changed files with 18 additions and 0 deletions
|
@ -15,6 +15,7 @@ export default defineEventHandler(async (event) => {
|
|||
// Use Static values for now.
|
||||
const requestChange = body.action || "";
|
||||
const apiKeyqq = body.value.match(clearBadDataRegex);
|
||||
console.log(apiKeyqq);
|
||||
const allowedColumns = ["firstname", "email"];
|
||||
|
||||
if (!allowedColumns.includes(requestChange)) {
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue