-
Notifications
You must be signed in to change notification settings - Fork 2
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
[CCFPCM-721] error running seeder on local #297
Conversation
byPassFileValidity: event.byPassFileValidity, | ||
})); | ||
const messages: ReconciliationEventMessage[] = listOfDays.map( | ||
(date: Date) => ({ |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Added the type on 37
} | ||
: {}; | ||
const config: S3ClientConfig = { | ||
endpoint: process.env.AWS_ENDPOINT, |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
during local development AWS_ENDPOINT='http://minio:9000/' (minio)
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Kudos, SonarCloud Quality Gate passed! 0 Bugs No Coverage information |
} | ||
: {}; | ||
const config: S3ClientConfig = { | ||
endpoint: process.env.AWS_ENDPOINT, |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
CCFPCM-721
Objective: