Skip to content

Commit

Permalink
fix example
Browse files Browse the repository at this point in the history
  • Loading branch information
bwees committed Jan 9, 2025
1 parent aa1de62 commit 2e0c53d
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 2 deletions.
2 changes: 1 addition & 1 deletion examples/example.ts
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
import { getStopEstimates, findBusStops, getBaseData } from "../dist/index.js";
import { getStopEstimates, findBusStops, getBaseData } from "aggie-spirit-api";

// you must provide your own authentication function and valid header to authenticate with the API
const auth = {
Expand Down
1 change: 0 additions & 1 deletion tsconfig.json
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,6 @@
},
"include": [
"src/**/*",
"examples/**/*"
],
"skipLibCheck": true,
}

0 comments on commit 2e0c53d

Please sign in to comment.