Skip to content

Commit

Permalink
init
Browse files Browse the repository at this point in the history
  • Loading branch information
ceddybi committed Mar 31, 2024
1 parent e5e2151 commit 252e3b8
Show file tree
Hide file tree
Showing 2 changed files with 0 additions and 2 deletions.
1 change: 0 additions & 1 deletion src/badge/Badge.model.ts
Original file line number Diff line number Diff line change
@@ -1,4 +1,3 @@
/* eslint-disable @typescript-eslint/no-unused-vars */
import {Field, InputType, Model, ObjectType} from 'couchset';

@InputType('BadgeInput')
Expand Down
1 change: 0 additions & 1 deletion src/badge/Badge.resolver.ts
Original file line number Diff line number Diff line change
@@ -1,4 +1,3 @@
/* eslint-disable @typescript-eslint/no-unused-vars */
import {Resolver, Query, Arg, UseMiddleware, Ctx} from 'couchset';
import {log} from 'roadman';
import {Badge} from './Badge.model';
Expand Down

0 comments on commit 252e3b8

Please sign in to comment.