mirror of
https://github.com/haiwen/seahub.git
synced 2025-09-05 08:53:14 +00:00
Prop type check repair (#2919)
* repair intent check wraning * change doublequote to singlequote, add semicolon * optimized code * modify type-check wraning
This commit is contained in:
@@ -1,7 +1,5 @@
|
||||
import moment from 'moment';
|
||||
|
||||
class Acticity {
|
||||
constructor(json) {
|
||||
constructor(json) {
|
||||
this.repo_id = json.repo_id;
|
||||
this.repo_name = json.repo_name;
|
||||
this.obj_type = json.obj_type;
|
||||
@@ -27,7 +25,7 @@ class Acticity {
|
||||
this.old_path = json.old_path;
|
||||
this.review_id = json.review_id;
|
||||
}
|
||||
}
|
||||
}
|
||||
}
|
||||
|
||||
export default Acticity;
|
||||
|
Reference in New Issue
Block a user