Skip to content

Commit 825a941

Browse files
author
Mike Nason
committed
Fixup server rollbar logger
1 parent 7fe98f9 commit 825a941

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

src/util/server/rollbarLogger.js

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,6 @@ import { bunyanLevelToRollbarLevelName } from '../common/rollbar';
88
* See https://rollbar.com/docs/notifier/node_rollbar/ for integration details
99
*
1010
* @param {Object} token, codeVersion, and environment
11-
* @returns {Object} new Rollbar instance
1211
*/
1312
export default function ServerRollbarLogger({ token, codeVersion, environment }) {
1413
// https://rollbar.com/docs/notifier/rollbar.js/#quick-start-server

0 commit comments

Comments
 (0)