Skip to content

Commit d7c863e

Browse files
committed
fix for 'pull request has only one commit and it's not semantic' error
1 parent 1287dbe commit d7c863e

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

packages/dynamic-links/android/src/main/java/io/invertase/firebase/dynamiclinks/ReactNativeFirebaseDynamicLinksModule.java

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -167,7 +167,7 @@ public void getInitialLink(Promise promise) {
167167
promise.resolve(null);
168168
return;
169169
}
170-
170+
171171
// Verify if the app was resumed from the Overview (history) screen.
172172
launchedFromHistory =
173173
(currentIntent != null)

0 commit comments

Comments
 (0)