Thanks to visit codestin.com Credit goes to github.com
We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent ddd0181 commit 8135d47Copy full SHA for 8135d47
README.md
@@ -1940,9 +1940,9 @@ class PerformanceReview {
1940
}
1941
1942
perfReview() {
1943
- getPeerReviews();
1944
- getManagerReview();
1945
- getSelfReview();
+ this.getPeerReviews();
+ this.getManagerReview();
+ this.getSelfReview();
1946
1947
1948
getManagerReview() {
@@ -1966,9 +1966,9 @@ class PerformanceReview {
1966
1967
1968
1969
1970
1971
1972
1973
1974
getPeerReviews() {
0 commit comments