Skip to content

Commit 4f1b3ad

Browse files
justinsaadeinglynnbird
authored andcommitted
syntax error; does not build to bluemix (#52)
added semicolon
1 parent b86a5ee commit 4f1b3ad

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

lib/import.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@ var couchimport = require('couchimport'),
33
request = require('request'),
44
latestStatus = null;
55

6-
var dbname = process.env.SSS_CLOUDANT_DATABASE || "seams"
6+
var dbname = process.env.SSS_CLOUDANT_DATABASE || "seams";
77

88
var clear = function() {
99
latestStatus= null;

0 commit comments

Comments
 (0)