mirror of
https://github.com/badges/shields.git
synced 2025-10-22 20:32:32 +03:00
Build(deps-dev): bump prettier from 1.17.1 to 1.18.2 (#3580)
* Build(deps-dev): bump prettier from 1.17.1 to 1.18.2 Bumps [prettier](https://github.com/prettier/prettier) from 1.17.1 to 1.18.2. - [Release notes](https://github.com/prettier/prettier/releases) - [Changelog](https://github.com/prettier/prettier/blob/master/CHANGELOG.md) - [Commits](https://github.com/prettier/prettier/compare/1.17.1...1.18.2) Signed-off-by: dependabot-preview[bot] <support@dependabot.com> * chore: prettier
This commit is contained in:
committed by
Caleb Cartwright
parent
a4e2df80f8
commit
d732b937c9
@@ -158,9 +158,7 @@ module.exports = class CodeclimateAnalysis extends BaseJsonService {
|
||||
}
|
||||
const { data } = await this._requestJson({
|
||||
schema,
|
||||
url: `https://api.codeclimate.com/v1/repos/${repoId}/snapshots/${
|
||||
snapshotInfo.id
|
||||
}`,
|
||||
url: `https://api.codeclimate.com/v1/repos/${repoId}/snapshots/${snapshotInfo.id}`,
|
||||
})
|
||||
return data
|
||||
}
|
||||
|
Reference in New Issue
Block a user