File tree Expand file tree Collapse file tree 3 files changed +5
-9
lines changed
packages-exp/functions-exp/src Expand file tree Collapse file tree 3 files changed +5
-9
lines changed Original file line number Diff line number Diff line change @@ -43,7 +43,7 @@ export function registerFunctions(): void {
43
43
// no-inline
44
44
Functions : Service
45
45
} ;
46
-
46
+
47
47
_registerComponent (
48
48
new Component ( FUNCTIONS_TYPE , factory , ComponentType . PUBLIC )
49
49
. setServiceProps ( namespaceExports )
Original file line number Diff line number Diff line change 14
14
* See the License for the specific language governing permissions and
15
15
* limitations under the License.
16
16
*/
17
- import {
18
- registerVersion
19
- } from '@firebase/app-exp' ;
17
+ import { registerVersion } from '@firebase/app-exp' ;
20
18
import { _FirebaseAppInternal } from '@firebase/app-types-exp' ;
21
19
import { _FirebaseNamespace } from '@firebase/app-types/private' ;
22
20
import { registerFunctions } from './config' ;
@@ -27,4 +25,4 @@ import { name, version } from '../package.json';
27
25
export * from './api' ;
28
26
29
27
registerFunctions ( ) ;
30
- registerVersion ( name , version , 'node' ) ;
28
+ registerVersion ( name , version , 'node' ) ;
Original file line number Diff line number Diff line change 14
14
* See the License for the specific language governing permissions and
15
15
* limitations under the License.
16
16
*/
17
- import {
18
- registerVersion
19
- } from '@firebase/app-exp' ;
17
+ import { registerVersion } from '@firebase/app-exp' ;
20
18
import { _FirebaseAppInternal } from '@firebase/app-types-exp' ;
21
19
import { _FirebaseNamespace } from '@firebase/app-types/private' ;
22
20
import { registerFunctions } from './config' ;
@@ -26,4 +24,4 @@ import { name, version } from '../package.json';
26
24
export * from './api' ;
27
25
28
26
registerFunctions ( ) ;
29
- registerVersion ( name , version ) ;
27
+ registerVersion ( name , version ) ;
You can’t perform that action at this time.
0 commit comments