Skip to content

Commit

Permalink
Added logging
Browse files Browse the repository at this point in the history
  • Loading branch information
nicodecleyre committed Sep 3, 2023
1 parent d5e93d9 commit 03fd169
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/m365/spo/commands/file/file-sharinglink-clear.ts
Original file line number Diff line number Diff line change
Expand Up @@ -104,7 +104,7 @@ class SpoFileSharingLinkClearCommand extends SpoCommand {
}

const fileDetails = await spo.getVroomFileDetails(args.options.webUrl, args.options.fileId, args.options.fileUrl);
const sharingLinks = await spo.getFileSharingLinks(args.options.webUrl, args.options.fileId, args.options.fileUrl, args.options.scope);
const sharingLinks = await spo.getFileSharingLinks(args.options.webUrl, args.options.fileId, args.options.fileUrl, args.options.scope, logger, this.verbose);

const requestOptions: CliRequestOptions = {
headers: {
Expand Down

0 comments on commit 03fd169

Please sign in to comment.