Skip to content
This repository has been archived by the owner on Oct 25, 2023. It is now read-only.

Commit

Permalink
Fix linting error
Browse files Browse the repository at this point in the history
  • Loading branch information
johncmckim committed Jul 14, 2017
1 parent be7d0dd commit d1bb2bf
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions src/dashboards/widgets/dynamodb/capacity/time-series.js
@@ -1,6 +1,6 @@
'use strict';

const createWidget = (config.) => {
const createWidget = (config) => {
const widget = {
type: 'metric',
x: config.coordinates.x,
Expand All @@ -12,7 +12,7 @@ const createWidget = (config.) => {
view: 'timeSeries',
stacked: false,
metrics: [ ],
region: region,
region: config.region,
period: 300
}
};
Expand Down

0 comments on commit d1bb2bf

Please sign in to comment.