mirror of
https://github.com/kennethnym/aris.git
synced 2026-03-29 22:31:18 +01:00
Compare commits
1 Commits
feat/wire-
...
kn/remove-
| Author | SHA1 | Date | |
|---|---|---|---|
|
39355e02ff
|
@@ -14,7 +14,6 @@ import { registerLocationHttpHandlers } from "./location/http.ts"
|
||||
import { LocationSourceProvider } from "./location/provider.ts"
|
||||
import { UserSessionManager } from "./session/index.ts"
|
||||
import { registerSourcesHttpHandlers } from "./sources/http.ts"
|
||||
import { TflSourceProvider } from "./tfl/provider.ts"
|
||||
import { WeatherSourceProvider } from "./weather/provider.ts"
|
||||
|
||||
function main() {
|
||||
@@ -46,7 +45,6 @@ function main() {
|
||||
serviceId: process.env.WEATHERKIT_SERVICE_ID!,
|
||||
},
|
||||
}),
|
||||
new TflSourceProvider({ apiKey: process.env.TFL_API_KEY! }),
|
||||
],
|
||||
feedEnhancer,
|
||||
})
|
||||
|
||||
Reference in New Issue
Block a user