Skip to content

Commit

Permalink
Update main.w
Browse files Browse the repository at this point in the history
  • Loading branch information
NathanTarbert authored Nov 15, 2023
1 parent 498dccf commit ada8c3b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion main.w
Original file line number Diff line number Diff line change
Expand Up @@ -56,7 +56,7 @@ class Util {

class Store {
table: ddb.DynamoDBTable;
new () {
new() {
this.table = new ddb.DynamoDBTable(hashKey: "Name") as "Entries";
}

Expand Down

0 comments on commit ada8c3b

Please sign in to comment.