fix(user): change WorktimePreference day to day_of_week #635
Annotations
2 warnings and 1 notice
Lint/UnneededDisableDirective:
src/placeos-rest-api/controllers/chat_gpt/chat_manager.cr#L114
Unnecessary disabling of Metrics/CyclomaticComplexity
|
build / Build
Node.js 16 actions are deprecated. Please update the following actions to use Node.js 20: actions/checkout@v3, docker/setup-qemu-action@v2, docker/setup-buildx-action@v2, docker/login-action@v2, docker/build-push-action@v4. For more information see: https://github.blog/changelog/2023-09-22-github-actions-transitioning-from-node-16-to-node-20/.
|
Style/VerboseBlock:
src/placeos-rest-api/controllers/asset_types.cr#L61
Use short block notation instead: `each(&.asset_count=(counts[type.id]? || 0_i64))`
|