Skip to content

Commit

Permalink
removing trailing comma
Browse files Browse the repository at this point in the history
  • Loading branch information
its-a-feature committed Feb 19, 2025
1 parent b2eebee commit 86fb7eb
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion mythic-docker/src/rabbitmq/recv_mythic_rpc_file_create.go
Original file line number Diff line number Diff line change
Expand Up @@ -123,7 +123,7 @@ func MythicRPCFileCreate(input MythicRPCFileCreateMessage) MythicRPCFileCreateMe
payload := databaseStructs.Payload{}
err = database.DB.Get(&payload, `SELECT
payload.operator_id,
payload.operation_id,
payload.operation_id
FROM
payload
WHERE
Expand Down

0 comments on commit 86fb7eb

Please sign in to comment.