Skip to content

Commit

Permalink
format
Browse files Browse the repository at this point in the history
  • Loading branch information
benmccann committed Feb 10, 2024
1 parent 4694056 commit 3a23a76
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion cli/src/services/api.service.ts
Original file line number Diff line number Diff line change
Expand Up @@ -56,7 +56,7 @@ export class ImmichApi {
return checkBulkUpload({ assetBulkUploadCheckDto }, this.options);
}

createAlbum(createAlbumDto: CreateAlbumDto) {
createAlbum(createAlbumDto: CreateAlbumDto) {
return createAlbum({ createAlbumDto }, this.options);
}

Expand Down

0 comments on commit 3a23a76

Please sign in to comment.