Skip to content

Commit 45584b6

Browse files
committed
no message
1 parent 2a01500 commit 45584b6

File tree

1 file changed

+0
-3
lines changed

1 file changed

+0
-3
lines changed

source/helpers.js

Lines changed: 0 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -38,7 +38,6 @@ export const customToJS = (data, path, custom, notSetValue) => {
3838

3939
if (retVal) {
4040
retVal = retVal[custom];
41-
4241
}
4342

4443
return retVal
@@ -61,7 +60,6 @@ export const dataToJS = (data, path, notSetValue) => {
6160

6261
if (retVal) {
6362
retVal = retVal['data'];
64-
6563
}
6664

6765
return retVal
@@ -84,7 +82,6 @@ export const snapshotToJS = (snapshot, path, notSetValue) => {
8482

8583
if (retVal) {
8684
retVal = retVal['snapshot'];
87-
8885
}
8986

9087
return retVal

0 commit comments

Comments
 (0)