Skip to content

Commit

Permalink
refactor: update to import error from '@sveltejs/kit'
Browse files Browse the repository at this point in the history
  • Loading branch information
Ahmedhossamdev committed Aug 24, 2024
1 parent 17b0671 commit a82174e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/lib/obaSdk.js
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
import onebusaway from 'onebusaway-sdk';
import { PUBLIC_OBA_SERVER_URL as baseURL } from '$env/static/public';
import { PRIVATE_OBA_API_KEY as apiKey } from '$env/static/private';
import { json } from '@sveltejs/kit';
import { error, json } from '@sveltejs/kit';

const oba = new onebusaway({
baseURL,
Expand Down

0 comments on commit a82174e

Please sign in to comment.