We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents ec8fd24 + 8135d47 commit 8d3f8daCopy full SHA for 8d3f8da
README.md
@@ -1918,9 +1918,9 @@ class PerformanceReview {
1918
}
1919
1920
perfReview() {
1921
- getPeerReviews();
1922
- getManagerReview();
1923
- 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