Skip to content

Commit 3f182fd

Browse files
committed
Fix lint
1 parent a9336d8 commit 3f182fd

File tree

1 file changed

+2
-4
lines changed

1 file changed

+2
-4
lines changed

packages-exp/functions-compat/src/service.ts

+2-4
Original file line numberDiff line numberDiff line change
@@ -15,12 +15,10 @@
1515
* limitations under the License.
1616
*/
1717

18-
import {
19-
httpsCallable as httpsCallableExp,
20-
useFunctionsEmulator as useFunctionsEmulatorExp
21-
} from '@firebase/functions-exp';
2218
import { FirebaseFunctions, HttpsCallable } from '@firebase/functions-types';
2319
import {
20+
httpsCallable as httpsCallableExp,
21+
useFunctionsEmulator as useFunctionsEmulatorExp,
2422
HttpsCallableOptions,
2523
Functions as FunctionsServiceExp
2624
} from '@firebase/functions-exp';

0 commit comments

Comments
 (0)