@hy-capital/api-habit-tracker-types 1.0.54 → 1.0.55
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/dist/habit.js +0 -1
- package/package.json +1 -1
- package/src/habit.ts +0 -1
package/dist/habit.js
CHANGED
@@ -73,7 +73,6 @@ exports.habitTypesByTopicType = {
|
|
73
73
|
frequency: 'Daily',
|
74
74
|
minDaysPerWeek: 5,
|
75
75
|
possibleNotificationDescriptions: [
|
76
|
-
'Still up? Sleep now, your future self will thank you.',
|
77
76
|
'Still haven’t talked to anyone new? Your dating life won’t improve itself.',
|
78
77
|
'Another day, no balls to chat. Enjoy being alone forever.',
|
79
78
|
'Your social skills suck. Talk to a person or stay a useless reject.',
|
package/package.json
CHANGED
package/src/habit.ts
CHANGED
@@ -161,7 +161,6 @@ export const habitTypesByTopicType: Record<TopicType, HabitType[]> = {
|
|
161
161
|
frequency: 'Daily',
|
162
162
|
minDaysPerWeek: 5,
|
163
163
|
possibleNotificationDescriptions: [
|
164
|
-
'Still up? Sleep now, your future self will thank you.',
|
165
164
|
'Still haven’t talked to anyone new? Your dating life won’t improve itself.',
|
166
165
|
'Another day, no balls to chat. Enjoy being alone forever.',
|
167
166
|
'Your social skills suck. Talk to a person or stay a useless reject.',
|