OperationCode / operationcode_frontend

Front-end repository for live site. Please go to `front-end` repo to contribute instead.
https://operationcode.org
MIT License
101 stars 222 forks source link

add if statement to check if Raven object has been instantiated #958

Closed ZacharyKearns closed 6 years ago

ZacharyKearns commented 6 years ago

Description of changes

Checks to make sure that the Raven object exists before calling any methods on it.

Issue Resolved

Fixes #955

kylemh commented 6 years ago

Fixed in #980