Added row limiting
All checks were successful
Build Docker image / build (push) Successful in 3m22s
Build Docker image / deploy (push) Successful in 3s
Build Docker image / verify (push) Successful in 48s

This commit is contained in:
Roman Krček
2025-08-08 09:25:25 +02:00
parent 667c18a746
commit f5c2063586
3 changed files with 16 additions and 10 deletions

View File

@@ -7,7 +7,6 @@
onMount(() => {
initGoogleClients(() => {
// You can add any logic here to run after the client is initialized
console.log('Google API client initialized');
});
});