Skip to content

Commit

Permalink
update
Browse files Browse the repository at this point in the history
  • Loading branch information
charliegerard committed Jun 20, 2024
1 parent 7c344d6 commit 842ca29
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion lib/commands/audit-log/index.js
Original file line number Diff line number Diff line change
Expand Up @@ -125,7 +125,7 @@ function setupCommand (name, description, argv, importMeta) {
*/
async function fetchOrgAuditLog (orgSlug, input, spinner) {
const socketSdk = await setupSdk(getDefaultKey() || FREE_API_KEY)
const result = await handleApiCall(socketSdk.getAuditLogEvents(orgSlug, input), 'looking up package')
const result = await handleApiCall(socketSdk.getAuditLogEvents(orgSlug, input), `Looking up audit log for ${orgSlug}\n`)

if (!result.success) {
return handleUnsuccessfulApiResponse('getAuditLogEvents', result, spinner)
Expand Down

0 comments on commit 842ca29

Please sign in to comment.