|
@@ -12,7 +12,7 @@ if (!@$sessionKey) {
|
|
|
$sessionKey = request()->cookie('sessionKey');
|
|
|
}
|
|
|
|
|
|
-$point = Point::getOrCreateOnlyTopLevelPointOfCategory($note, 'SLEEP_STUDY_INTAKE', $sessionKey);
|
|
|
+$point = Point::getOrCreateOnlyTopLevelPointOfCategory($note, 'SLEEP_HEALTH_INTAKE', $sessionKey);
|
|
|
|
|
|
// replace content data
|
|
|
$contentData = [
|