Skip to content

Commit

Permalink
Use for not ip (#105)
Browse files Browse the repository at this point in the history
  • Loading branch information
ludeeus authored Oct 13, 2022
1 parent db10f59 commit 89cd620
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion services/bots/src/cla-sign/cla-sign.service.ts
Original file line number Diff line number Diff line change
Expand Up @@ -27,7 +27,7 @@ export class ClaSignService {
const signData: Record<string, any> = {
...payload,
received_at: new Date().toISOString(),
ip_address: headers['x-forwarded-ip'],
ip_address: headers['x-forwarded-for'],
user_agent: headers['user-agent'],
};

Expand Down

0 comments on commit 89cd620

Please sign in to comment.