asdasdgggggg
Basic
2
Ṁ20Jul 22
59%
chance
1D
1W
1M
ALL
Aug 17, 9:52am: for (const contract of contracts) { console.log( 'sending close email for', contract.slug, 'closed', contract.closeTime ) const user = await getUserByUsername(contract.creatorUsername) if (!user) continue const privateUser = await getPrivateUser(user.id) if (!privateUser) continue await sendMarketCloseEmail(user, privateUser, contract) await createNotification( contract.id, 'contract', 'closed', user, 'closed' + contract.id.slice(6, contract.id.length), contract.closeTime?.toString() ?? new Date().toString(), { contract } ) }
This question is managed and resolved by Manifold.
Get
1,000
and3.00
Sort by:
no changes added to commit (use "git add" and/or "git commit -a")
➜ web git:(main) ✗ gpo
remote: Enumerating objects: 6, done.
remote: Counting objects: 100% (6/6), done.
remote: Compressing objects: 100% (4/4), done.
Unpacking objects: 100% (6/6), 4.32 KiB | 885.00 KiB/s, done.
remote: Total 6 (delta 2), reused 2 (delta 2), pack-reused 0
From github.com:manifoldmarkets/manifold
a203f431..0d282a96 main -> origin/main
Updating c236eb15..0d282a96
error: Your local changes to the following files would be overwritten by merge:
web/components/groups/group-selector.tsx
web/pages/notifications.tsx
Please commit your changes or stash them before you merge.
Aborting
➜ web git:(main) ✗ git stash
Saved working directory and index state WIP on main: c236eb15 Cache notifs in local, gives instant load of old notifs (#662)
➜ web git:(main) gpo
Updating c236eb15..0d282a96
Fast-forward
web/components/groups/group-selector.tsx | 3 +--
web/pages/notifications.tsx | 2 +-
2 files changed,
@BoaWishBone no changes added to commit (use "git add" and/or "git commit -a")
➜ web git:(main) ✗ gpo
remote: Enumerating objects: 6, done.
remote: Counting objects: 100% (6/6), done.
remote: Compressing objects: 100% (4/4), done.
Unpacking objects: 100% (6/6), 4.32 KiB | 885.00 KiB/s, done.
remote: Total 6 (delta 2), reused 2 (delta 2), pack-reused 0
From github.com:manifoldmarkets/manifold
a203f431..0d282a96 main -> origin/main
Updating c236eb15..0d282a96
error: Your local changes to the following files would be overwritten by merge:
web/components/groups/group-selector.tsx
web/pages/notifications.tsx
Please commit your changes or stash them before you merge.
Aborting
➜ web git:(main) ✗ git stash
Saved working directory and index state WIP on main: c236eb15 Cache notifs in local, gives instant load of old notifs (#662)
➜ web git:(main) gpo
Updating c236eb15..0d282a96
Fast-forward
web/components/groups/group-selector.tsx | 3 +--
web/pages/notifications.tsx | 2 +-
2 files changed,