Skip to content

Commit bb2286c

Browse files
committed
Added notes
1 parent a9f8be7 commit bb2286c

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

android/src/main/java/io/fullstack/firestack/FirestackModule.java

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -315,6 +315,7 @@ public void uploadFile(final String name, final String filepath, final ReadableM
315315
public void todoNote(final String name, final Callback callback) {
316316
Log.e(TAG, "The method " + name + " has not yet been implemented.")
317317
Log.e(TAG, "Feel free to contribute to finish the method in the source.")
318+
318319
WritableMap errorMap = Arguments.createMap();
319320
errorMap.putString("error", "unimplemented");
320321
callback.invoke(errorMap);

0 commit comments

Comments
 (0)