add dialyzer and fix id
All checks were successful
Build and Publish / build-release (push) Successful in 1m28s
All checks were successful
Build and Publish / build-release (push) Successful in 1m28s
This commit is contained in:
@@ -1,7 +1,8 @@
|
||||
defmodule WorkloadService.Aggregates.QuoteTask do
|
||||
use WorkloadService.Aggregates.Task,
|
||||
task_type: "quote",
|
||||
commands: WorkloadService.Commands.QuoteTask
|
||||
commands: WorkloadService.Commands.QuoteTask,
|
||||
submission_type: map()
|
||||
|
||||
def validate_submission(_) do
|
||||
:ok
|
||||
|
||||
Reference in New Issue
Block a user