moarar cleanup
This commit is contained in:
parent
d2469e63f9
commit
6bb80161e9
1
lib.js
1
lib.js
@ -464,7 +464,6 @@ export const createView = async (view = {}) => {
|
|||||||
|
|
||||||
await ensureDir(view.path)
|
await ensureDir(view.path)
|
||||||
|
|
||||||
console.log(view.imageStoreDirectory)
|
|
||||||
if(view.imageStoreDirectory)
|
if(view.imageStoreDirectory)
|
||||||
await openImageStore(view)
|
await openImageStore(view)
|
||||||
|
|
||||||
|
@ -14,7 +14,7 @@ bluesky.createEndpoint = (domain, method) => {
|
|||||||
|
|
||||||
bluesky.createHeaders = (client) => {
|
bluesky.createHeaders = (client) => {
|
||||||
return {
|
return {
|
||||||
// 'Accept': 'application/json',
|
'Accept': 'application/json',
|
||||||
'Authorization': 'Bearer ' + client.accessJwt
|
'Authorization': 'Bearer ' + client.accessJwt
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
Loading…
x
Reference in New Issue
Block a user