Skip to content

Commit

Permalink
feat: Remove databse end of date
Browse files Browse the repository at this point in the history
  • Loading branch information
noahonyejese committed Sep 19, 2024
1 parent b262c1f commit 9b5b96e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion functions/src/index.ts
Original file line number Diff line number Diff line change
Expand Up @@ -61,7 +61,7 @@ exports.clearRealtimeDatabase = functions.pubsub
try {
const ref = rtdb.ref(pathToClear);

// await ref.remove();
await ref.remove();
console.log(`Successfully cleared the path: ${pathToClear}`);
return null;
} catch (error) {
Expand Down

0 comments on commit 9b5b96e

Please sign in to comment.