diff --git a/LICENSE b/LICENSE index df102c4..3843421 100644 --- a/LICENSE +++ b/LICENSE @@ -208,4 +208,4 @@ Unless required by applicable law or agreed to in writing, software distributed under the License is distributed on an "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. See the License for the specific language governing permissions and -limitations under the License. \ No newline at end of file +limitations under the License. diff --git a/client/config/AxiosInstacne.ts b/client/config/AxiosInstacne.ts index eac8d9a..98232dd 100644 --- a/client/config/AxiosInstacne.ts +++ b/client/config/AxiosInstacne.ts @@ -5,5 +5,4 @@ const AxiosInstance = axios.create({ withCredentials: true, }); -export default AxiosInstance; - +export default AxiosInstance; \ No newline at end of file diff --git a/server/src/config/dotenv.ts b/server/src/config/dotenv.ts index fc54926..7ff27f7 100644 --- a/server/src/config/dotenv.ts +++ b/server/src/config/dotenv.ts @@ -1,4 +1,2 @@ import dotenv from "dotenv"; dotenv.config(); - -