Skip to content

Commit fd1bb08

Browse files
committed
update includecode tag
Change-Id: Ib5cc1019f36cec178a5f9be41e37b900508b2646
1 parent 8c2ffbf commit fd1bb08

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

remote-config-diff/functions/index.js

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@ const jsonDiff = require('json-diff');
55

66
admin.initializeApp();
77

8-
// [START js_remote_config_function]
8+
// [START remote_config_function]
99
exports.showConfigDiff = functions.remoteConfig.onUpdate(versionMetadata => {
1010
return admin.credential.applicationDefault().getAccessToken()
1111
.then(accessTokenObj => {
@@ -33,7 +33,7 @@ exports.showConfigDiff = functions.remoteConfig.onUpdate(versionMetadata => {
3333
return null;
3434
});
3535
});
36-
// [END js_remote_config_function]
36+
// [END remote_config_function]
3737

3838
function getTemplate(version, accessToken) {
3939
const options = {

0 commit comments

Comments
 (0)