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.
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