Skip to content

manual eslint fixes #426

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

Draft
wants to merge 22 commits into
base: bencmbrook/eslintfixes
Choose a base branch
from

Conversation

bencmbrook
Copy link
Member

@bencmbrook bencmbrook commented Jul 17, 2025

PR stack:

main
<--#427 (eslint and prettier config changes)
<--#425 (auto-formatting from config changes)
<--#426 (manual fixes which actually are code changes)

Related Issues

  • [none]

Security Implications

[none]

System Availability

[none]

@bencmbrook bencmbrook changed the base branch from main to bencmbrook/eslintfixes July 17, 2025 00:56
@bencmbrook bencmbrook changed the title bencmbrook/eslint changes manual eslint fixes Jul 17, 2025
@@ -211,7 +217,7 @@ export function mapCsvRowsToRequestInputs(
attributes.push({
values: isMulti
? splitCsvToList(attributeValueString)
: attributeValueString,
: [attributeValueString],
Copy link
Member Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

An actual change to review. Was this a bug?

@@ -167,9 +168,10 @@ export async function uploadPreferenceManagementPreferencesInteractive({
})) {
// Determine timestamp
const timestamp =
metadata.timestampColum === NONE_PREFERENCE_MAP
metadata.timestampColum === NONE_PREFERENCE_MAP ||
metadata.timestampColum === undefined
Copy link
Member Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Typo. Can this be fixed?

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

1 participant