Skip to content

Commit

Permalink
feat: renamed method
Browse files Browse the repository at this point in the history
  • Loading branch information
kouts committed May 8, 2021
1 parent aab47c9 commit c3d42a2
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions src/common/utils.js
Original file line number Diff line number Diff line change
Expand Up @@ -38,6 +38,6 @@ export function getByPath(obj, path) {
return obj
}

export function testMethod2() {
console.log('testMethod2')
export function testMethod3() {
console.log('testMethod3')
}

0 comments on commit c3d42a2

Please sign in to comment.