Skip to content

Commit

Permalink
Fix resultsPage missing onValue
Browse files Browse the repository at this point in the history
  • Loading branch information
dginovker committed Feb 26, 2024
1 parent 892feaa commit 43cc9e5
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion resultsPage.js
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
import { ref } from 'https://www.gstatic.com/firebasejs/9.6.1/firebase-database.js';
import { ref, onValue } from 'https://www.gstatic.com/firebasejs/9.6.1/firebase-database.js';
import { db } from './database.js';

export default function displayResultsPage(pollId) {
Expand Down

0 comments on commit 43cc9e5

Please sign in to comment.