mirror of
https://github.com/rowyio/rowy.git
synced 2026-05-18 05:05:28 +02:00
fix sparks utilFns import
This commit is contained in:
@@ -1,7 +1,7 @@
|
||||
import * as functions from "firebase-functions";
|
||||
import { hasRequiredFields, getTriggerType } from "../utils";
|
||||
import utilFns, { hasRequiredFields, getTriggerType } from "../utils";
|
||||
import { db, auth } from "../firebaseConfig";
|
||||
import utilFns from "../utils";
|
||||
|
||||
|
||||
const spark = (sparkConfig) => async (
|
||||
change: functions.Change<functions.firestore.DocumentSnapshot>,
|
||||
|
||||
Reference in New Issue
Block a user