Dodano dziennik stacji (wersja testowa)

This commit is contained in:
2020-08-20 00:51:15 +02:00
parent 8793bcb796
commit ad2c6b7ae6
4 changed files with 226 additions and 9 deletions
+1 -1
View File
@@ -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;