mirror of
https://github.com/Spythere/stacjownik.git
synced 2026-05-03 13:28:11 +00:00
Dodano dziennik stacji (wersja testowa)
This commit is contained in:
@@ -7,7 +7,7 @@ const db = admin.firestore();
|
||||
import axios from "axios";
|
||||
|
||||
exports.scheduledUpdate = functions.pubsub
|
||||
.schedule("*/5 * * * *")
|
||||
.schedule("*/20 * * * *")
|
||||
.onRun(async (context) => {
|
||||
let stationData: {
|
||||
stationName: string;
|
||||
|
||||
Reference in New Issue
Block a user