Skip to content

Commit

Permalink
fix: wrong return
Browse files Browse the repository at this point in the history
  • Loading branch information
nicolaslabbe committed Dec 16, 2016
1 parent 31781a6 commit b80883d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/cli/cms/data/sql.js
Original file line number Diff line number Diff line change
Expand Up @@ -160,7 +160,7 @@ export function getDataSource(str) {
return match[2]
}

return []
return ""
}

/**
Expand Down

0 comments on commit b80883d

Please sign in to comment.