Merge branch 'feat-messaging-create-message' of https://github.com/appwrite/console into feat-messaging-create-message

This commit is contained in:
Torsten Dittmann
2024-01-02 15:51:12 +01:00
3 changed files with 0 additions and 7 deletions
@@ -18,8 +18,6 @@ export const load: LayoutLoad = async ({ params, depends }) => {
}
);
console.log(response);
try {
return {
header: Header,
@@ -258,10 +258,6 @@
}
}
onDestroy(() => {
console.log('destroy');
});
const stepsComponents: WizardStepsType = new Map();
stepsComponents.set(1, {
label: 'Configure',
@@ -39,7 +39,6 @@
promises.push(promise);
}
await Promise.all(promises);
console.log($providerParams[$provider]);
}
</script>