Skip to content

Commit a874978

Browse files
committed
fix nodejs get token snippets
1 parent 2ece7b7 commit a874978

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

content/apps/create-app/activate-nodejs.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -51,6 +51,6 @@ app.get('/activate', (req, res, next) => {
5151
} catch (err) {
5252
next(err);
5353
}
54-
}
54+
});
5555

5656
```

content/apps/create-app/callback-nodejs.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -64,6 +64,6 @@ app.get('/callback', async (req, res, next) => {
6464
} catch (err) {
6565
next(err);
6666
}
67-
}
67+
});
6868

6969
```

0 commit comments

Comments
 (0)