diff options
| author | Michael Foiani <mfoiani2019@communiyschoolnaples.org> | 2018-08-13 15:20:25 -0400 |
|---|---|---|
| committer | Michael Foiani <mfoiani2019@communiyschoolnaples.org> | 2018-08-13 15:20:25 -0400 |
| commit | c2810d32f5a6234c3b30b2fb709c6fdbab04f0d1 (patch) | |
| tree | f39dfe250922305f028f60a008acc042bfdc2166 /src/reducers | |
| parent | f32d184caca594c71fa7b947ae12ea991b1fc031 (diff) | |
Fixed most bugs and now able to upload file to firebase cloud storage.
Diffstat (limited to 'src/reducers')
| -rw-r--r-- | src/reducers/firebaseStorage.js | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/reducers/firebaseStorage.js b/src/reducers/firebaseStorage.js index f58bad5..1c07449 100644 --- a/src/reducers/firebaseStorage.js +++ b/src/reducers/firebaseStorage.js @@ -12,7 +12,7 @@ import { } from '../actions/firebaseStorage.js'; - const firebaseFirestore = (state = {}, action) => { + const firebaseStorage = (state = {}, action) => { switch (action.type) { default: return state; |
