comigor/artemis

[example] Invalid example indentation in beta

ssssota opened this issue · 2 comments

Hello! I found a typo in example.

scalar_mapping:
- graphql_type: Date
dart_type: DateTime
use_custom_parser: true
- graphql_type: Time
dart_type: DateTime
use_custom_parser: true
- graphql_type: DiscID
dart_type: String

Invalid indentation at L14.

This commit is in 03c8efa

It seems that L14 is correct
Invalid all other lines

Fixed