Moved contents of seasoned_api up to root folder
This commit is contained in:
9
src/git/gitRepository.js
Normal file
9
src/git/gitRepository.js
Normal file
@@ -0,0 +1,9 @@
|
||||
|
||||
class GitRepository {
|
||||
static dumpHook(body) {
|
||||
/* eslint-disable no-console */
|
||||
console.log(body);
|
||||
}
|
||||
}
|
||||
|
||||
module.exports = GitRepository;
|
||||
Reference in New Issue
Block a user