Skip to content

Commit

Permalink
prettier
Browse files Browse the repository at this point in the history
  • Loading branch information
chris48s committed Mar 5, 2025
1 parent a8cba49 commit 534c486
Showing 1 changed file with 6 additions and 1 deletion.
7 changes: 6 additions & 1 deletion services/packagist/packagist-base.js
Original file line number Diff line number Diff line change
Expand Up @@ -56,7 +56,12 @@ class BasePackagistService extends BaseJsonService {
* @param {string} attrs.server URL for the packagist registry server (Optional)
* @returns {object} Parsed response
*/
async fetchDev({ user, repo, schema, server = 'https://repo.packagist.org' }) {
async fetchDev({
user,
repo,
schema,
server = 'https://repo.packagist.org',
}) {
const url = `${server}/p2/${user.toLowerCase()}/${repo.toLowerCase()}~dev.json`

return this._requestJson({
Expand Down

0 comments on commit 534c486

Please sign in to comment.