Skip to content

Commit

Permalink
fmt
Browse files Browse the repository at this point in the history
  • Loading branch information
robnagler committed Nov 5, 2024
1 parent 4c593c6 commit efb0a6d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion sirepo/package_data/static/js/sirepo.js
Original file line number Diff line number Diff line change
Expand Up @@ -305,7 +305,7 @@ SIREPO.app.factory('authState', function(appDataService, appState, errorService,

self.isPremiumUser = function() {
if (! self.paymentPlan) {
throw new Error("isPremiumUser: user not logged in")
throw new Error("isPremiumUser: user not logged in");
}
// positive test (vs just testing 'basic')
return ['enterprise', 'premium'].indexOf(self.paymentPlan) >= 0;
Expand Down

0 comments on commit efb0a6d

Please sign in to comment.