fix: use private helcimApiToken for all server-side Helcim API calls
This commit is contained in:
parent
ccd1d0783a
commit
d31b5b4dac
53 changed files with 1755 additions and 572 deletions
|
|
@ -19,6 +19,7 @@ export default defineEventHandler(async (event) => {
|
|||
"location",
|
||||
"socialLinks",
|
||||
"showInDirectory",
|
||||
"notifications",
|
||||
];
|
||||
|
||||
// Privacy fields from validated body
|
||||
|
|
@ -96,6 +97,7 @@ export default defineEventHandler(async (event) => {
|
|||
offering: member.offering,
|
||||
lookingFor: member.lookingFor,
|
||||
showInDirectory: member.showInDirectory,
|
||||
notifications: member.notifications,
|
||||
};
|
||||
} catch (error) {
|
||||
if (error.statusCode) throw error;
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue