This commit is contained in:
kevmodrome 2020-12-16 15:22:31 +01:00
parent b472ad0c63
commit a9aa68c7bf
No known key found for this signature in database
GPG Key ID: 828D8FE4D235B551
1 changed files with 2 additions and 3 deletions

View File

@ -55,7 +55,6 @@ async function identifyByApiKey(apiKey) {
} catch (error) { } catch (error) {
console.log(error) console.log(error)
} }
} }
function captureException(err) { function captureException(err) {