Skip to content

Commit c8949e5

Browse files
authored
Fix include tag typo
Tag had no END tag. This fixes the typo.
1 parent 1bb200e commit c8949e5

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

installations/index.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -41,7 +41,7 @@ async function setOnIdChangeHandler() {
4141
console.log(newId);
4242
// TODO: Handle new installation ID.
4343
});
44-
// [START set_id_change_handler]
44+
// [END set_id_change_handler]
4545
} catch (err) {
4646
console.error('Unable to set ID change handler: ', err);
4747
}

0 commit comments

Comments
 (0)