Skip to content

Commit

Permalink
Cleanup
Browse files Browse the repository at this point in the history
  • Loading branch information
harshilsharma63 committed Nov 14, 2024
1 parent 4f500e3 commit 6394486
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 8 deletions.
7 changes: 0 additions & 7 deletions go.work

This file was deleted.

2 changes: 1 addition & 1 deletion loadtest/control/actions.go
Original file line number Diff line number Diff line change
Expand Up @@ -1044,7 +1044,7 @@ func ScheduledPostsEnabled(u user.User) (bool, UserActionResponse) {
return false, UserActionResponse{Err: NewUserError(err)}
}

fmt.Println("Scheduled posts is enabled or not: ", allow)
return allow, UserActionResponse{}
}

// MessageExport simulates the given user performing
Expand Down

0 comments on commit 6394486

Please sign in to comment.