Skip to content

Commit f13f56f

Browse files
committed
models/crate: Remove unused exact_match field
1 parent 78ec0fc commit f13f56f

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

app/models/crate.js

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,6 @@ export default class Crate extends Model {
1616
@attr homepage;
1717
@attr documentation;
1818
@attr repository;
19-
@attr exact_match;
2019

2120
@hasMany('versions', { async: true }) versions;
2221

0 commit comments

Comments
 (0)