Skip to content

Commit 2bbbf01

Browse files
committed
chore: remove grade operation enum
... remnants from f9ca42c.
1 parent 9a0cfaa commit 2bbbf01

1 file changed

Lines changed: 1 addition & 7 deletions

File tree

src/schema/mod.rs

Lines changed: 1 addition & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
use std::fmt::Display;
22

3-
use async_graphql::{Context, Enum, Object, OneofObject, Result, SimpleObject, Union, ID};
3+
use async_graphql::{Context, Object, OneofObject, Result, SimpleObject, Union, ID};
44

55
use area::Area;
66
use climb::Climb;
@@ -71,12 +71,6 @@ impl ToSql for GradeInput {
7171
}
7272
}
7373

74-
#[derive(Enum, Clone, Copy, PartialEq, Eq)]
75-
enum GradeOperation {
76-
Add,
77-
Remove,
78-
}
79-
8074
struct Image(pub i32);
8175

8276
#[derive(Union)]

0 commit comments

Comments
 (0)