Skip to content

Commit

Permalink
Lint and version number clean up.
Browse files Browse the repository at this point in the history
  • Loading branch information
timmytonyboots committed Nov 16, 2024
1 parent 10c0e1e commit 5a4ada7
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 2 deletions.
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "sanctuary-api",
"version": "1.0.5",
"version": "1.0.7",
"description": "Sanctuary API",
"main": "dist",
"scripts": {
Expand Down
1 change: 0 additions & 1 deletion src/api/index.js
Original file line number Diff line number Diff line change
@@ -1,6 +1,5 @@
import { Router } from "express";
import { version } from "../../package.json";
import { webhook } from "../services/twilioClient";
import {
getAppointment,
getAppointments,
Expand Down

0 comments on commit 5a4ada7

Please sign in to comment.