Skip to content

Commit

Permalink
fix licenserc (#6)
Browse files Browse the repository at this point in the history
  • Loading branch information
suchen-sci authored Oct 19, 2023
1 parent 6999c72 commit d37ec53
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 2 deletions.
2 changes: 1 addition & 1 deletion .licenserc.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"**/*.{ts,tsx}" :[
"/*",
"* Copyright (c) 2017, MegaEase",
"* Copyright (c) 2023, MegaEase",
"* All rights reserved.",
"*",
"* Licensed under the Apache License, Version 2.0 (the \"License\");",
Expand Down
1 change: 0 additions & 1 deletion src/apis/api.ts
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,6 @@

import axios from "axios";

// TODO: Delete it by using axiosinstance created by egctlrc.
// may add interceptors later
const api = axios.create();
export default api;

0 comments on commit d37ec53

Please sign in to comment.