Skip to content

Commit fd6914f

Browse files
committed
return prepaidFor
1 parent 567ccd6 commit fd6914f

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

storage.ts

+1-1
Original file line numberDiff line numberDiff line change
@@ -134,7 +134,7 @@ export const findOrgs = async (
134134
.get({
135135
TableName: process.env.ORGS_TABLE_NAME,
136136
ProjectionExpression:
137-
'id, members, admins, stripeId, valid, validEnterprise',
137+
'id, members, admins, stripeId, valid, validEnterprise, prepaidFor',
138138
Key: {
139139
id: String(id),
140140
},

0 commit comments

Comments
 (0)