We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 62afdb2 commit d2d7051Copy full SHA for d2d7051
README.md
@@ -1918,9 +1918,9 @@ class PerformanceReview {
1918
}
1919
1920
perfReview() {
1921
- this.getPeerReviews();
1922
- this.getManagerReview();
1923
- this.getSelfReview();
+ this.getPeerReviews();
+ this.getManagerReview();
+ this.getSelfReview();
1924
1925
1926
getManagerReview() {
@@ -1944,9 +1944,9 @@ class PerformanceReview {
1944
1945
1946
1947
1948
1949
1950
1951
1952
getPeerReviews() {
0 commit comments