We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents 5d626dc + 6f53e6f commit 532f619Copy full SHA for 532f619
meetup/meetup.ts
@@ -224,7 +224,7 @@ namespace $ {
224
@ $mol_mem_key
225
post_moment( id: keyof typeof $piterjs_post_template, next?: $mol_time_moment ) {
226
const str = this.sub( 'post_moment', $hyoo_crowd_dict ).sub( id, $hyoo_crowd_reg ).str( next?.toString() )
227
- return str ? new $mol_time_moment( str ) : null
+ return str ? new $mol_time_moment( str ) : null!
228
}
229
230
0 commit comments