Skip to content
This repository was archived by the owner on Mar 11, 2026. It is now read-only.

Use arrow functions#227

Merged
JustinBeckwith merged 1 commit intogoogleapis:masterfrom
JustinBeckwith:arrows
Sep 17, 2018
Merged

Use arrow functions#227
JustinBeckwith merged 1 commit intogoogleapis:masterfrom
JustinBeckwith:arrows

Conversation

@JustinBeckwith
Copy link
Copy Markdown
Contributor

Fixes #206

@googlebot googlebot added the cla: yes This human has signed the Contributor License Agreement. label Sep 16, 2018
@ghost ghost assigned JustinBeckwith Sep 16, 2018
Comment thread samples/fluent.js

app.get('*', function(req, res, next) {
app.get('*', (req, res, next) => {
return next('oops');

This comment was marked as spam.

This comment was marked as spam.

@JustinBeckwith JustinBeckwith merged commit ba49ef3 into googleapis:master Sep 17, 2018
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.

Labels

cla: yes This human has signed the Contributor License Agreement.

Projects

None yet

Development

Successfully merging this pull request may close these issues.

3 participants